Shades of Blackcurrant #120E16
Tints of Blackcurrant #120E16
RGB
CMYK
RGB Variations
Color information
#120E16 (or 0x120E16) is known color: Blackcurrant. HEX triplet: 12, 0E and 16. RGB value is (18,14,22). Sum of RGB (Red+Green+Blue) = 18+14+22=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #120E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E16 is #EDF1E9. Grayscale: #101010. Windows color (decimal): -15593962 or 1445394. OLE color: 1445394.
HSL color Cylindrical-coordinate representation of color #120E16: hue angle of 270º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #120E16 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 18 | 14 | 22 | - |
CMYK | 0.18 | 0.36 | 0 | 0.91 |
HSL | 270º | 0.22% | 0.07% | - |
HSV(B) | 270º | 0.36% | 0.09% | - |
XYZ | 0.55 | 0.5 | 0.83 | - |
YUV | 16.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 14 | 22 | 0.18 | 0.36 | 0 | 0.91 | 270 | 0.22 | 0.07 |
Hex | 12 | E | 16 | 12 | 24 | 0 | 5B | 10E | 16 | 7 |
Octal | 22 | 16 | 26 | 22 | 44 | 0 | 133 | 416 | 26 | 7 |
Binary | 10010 | 1110 | 10110 | 10010 | 100100 | 0 | 1011011 | 100001110 | 10110 | 111 |
Color Harmonies of #120E16
Complementary color
Monochromatic Colors of #120E16
Black with #120E16
Text Example
Text Example
White with #120E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E16; }
p { color: rgb(18,14,22); }
H1.HeaderClassName
{
color: #120E16;
}
.AnyTagClassName
{
color: #120E16;
}
</style>
background-color css
<style>
a { background-color: #120E16; }
a { background-color: rgb(18,14,22); }
div.DivClassName
{
background-color: #120E16;
}
.BgClassName
{
background-color: #120E16;
}
</style>
border-color css
<style>
span { border-color: #120E16; }
span { border-color: rgb(18,14,22); }
td.TdClassName
{
border-color: #120E16;
}
.TagClassName
{
border-color: #120E16;
}
</style>