Transform black into any given color with CSS filters

How to transform black into any given color using only CSS filters: My question is: given a target RGB color, what is the formula to recolor black (#000) into that color using only CSS filters? For an answer to be accepted, it would need to provide a function (in any language) that would accept the target […]