Template:Hex3
From Wikipedia, the free encyclopedia
Converts three 8-bit numbers to hexadecimal.
Input: three parameters, each numeric in the range 0..255 (larger numbers will wrap around)
Output: a triplet of two-digit hex numbers
Example: {{hex3|123|45|67}} gives 7B2D43
Useful for all sorts of color-related nefarious purposes.
See also {{hex}} if you don't want three all at once.