Shades of Blackcurrant #120E18
Tints of Blackcurrant #120E18
RGB
CMYK
RGB Variations
Color information
#120E18 (or 0x120E18) is known color: Blackcurrant. HEX triplet: 12, 0E and 18. RGB value is (18,14,24). Sum of RGB (Red+Green+Blue) = 18+14+24=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #120E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E18 is #EDF1E7. Grayscale: #101010. Windows color (decimal): -15593960 or 1576466. OLE color: 1576466.
HSL color Cylindrical-coordinate representation of color #120E18: hue angle of 264º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #120E18 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 14 | 24 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.91 |
| HSL | 264º | 0.26% | 0.07% | - |
| HSV(B) | 264º | 0.42% | 0.09% | - |
| XYZ | 0.57 | 0.51 | 0.93 | - |
| YUV | 16.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 24 | 0.25 | 0.42 | 0 | 0.91 | 264 | 0.26 | 0.07 |
| Hex | 12 | E | 18 | 19 | 2A | 0 | 5B | 108 | 1A | 7 |
| Octal | 22 | 16 | 30 | 31 | 52 | 0 | 133 | 410 | 32 | 7 |
| Binary | 10010 | 1110 | 11000 | 11001 | 101010 | 0 | 1011011 | 100001000 | 11010 | 111 |
Color Harmonies of #120E18
Complementary color
Monochromatic Colors of #120E18
Black with #120E18
Text Example
Text Example
White with #120E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E18; }
p { color: rgb(18,14,24); }
H1.HeaderClassName
{
color: #120E18;
}
.AnyTagClassName
{
color: #120E18;
}
</style>
background-color css
<style>
a { background-color: #120E18; }
a { background-color: rgb(18,14,24); }
div.DivClassName
{
background-color: #120E18;
}
.BgClassName
{
background-color: #120E18;
}
</style>
border-color css
<style>
span { border-color: #120E18; }
span { border-color: rgb(18,14,24); }
td.TdClassName
{
border-color: #120E18;
}
.TagClassName
{
border-color: #120E18;
}
</style>