Shades of Blackcurrant #120E17
Tints of Blackcurrant #120E17
RGB
CMYK
RGB Variations
Color information
#120E17 (or 0x120E17) is known color: Blackcurrant. HEX triplet: 12, 0E and 17. RGB value is (18,14,23). Sum of RGB (Red+Green+Blue) = 18+14+23=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #120E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E17 is #EDF1E8. Grayscale: #101010. Windows color (decimal): -15593961 or 1510930. OLE color: 1510930.
HSL color Cylindrical-coordinate representation of color #120E17: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #120E17 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 18 | 14 | 23 | - |
CMYK | 0.22 | 0.39 | 0 | 0.91 |
HSL | 266.67º | 0.24% | 0.07% | - |
HSV(B) | 266.67º | 0.39% | 0.09% | - |
XYZ | 0.56 | 0.5 | 0.88 | - |
YUV | 16.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 14 | 23 | 0.22 | 0.39 | 0 | 0.91 | 266.67 | 0.24 | 0.07 |
Hex | 12 | E | 17 | 16 | 27 | 0 | 5B | 10B | 18 | 7 |
Octal | 22 | 16 | 27 | 26 | 47 | 0 | 133 | 413 | 30 | 7 |
Binary | 10010 | 1110 | 10111 | 10110 | 100111 | 0 | 1011011 | 100001011 | 11000 | 111 |
Color Harmonies of #120E17
Complementary color
Monochromatic Colors of #120E17
Black with #120E17
Text Example
Text Example
White with #120E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E17; }
p { color: rgb(18,14,23); }
H1.HeaderClassName
{
color: #120E17;
}
.AnyTagClassName
{
color: #120E17;
}
</style>
background-color css
<style>
a { background-color: #120E17; }
a { background-color: rgb(18,14,23); }
div.DivClassName
{
background-color: #120E17;
}
.BgClassName
{
background-color: #120E17;
}
</style>
border-color css
<style>
span { border-color: #120E17; }
span { border-color: rgb(18,14,23); }
td.TdClassName
{
border-color: #120E17;
}
.TagClassName
{
border-color: #120E17;
}
</style>