Shades of Blackcurrant #120E14
Tints of Blackcurrant #120E14
RGB
CMYK
RGB Variations
Color information
#120E14 (or 0x120E14) is known color: Blackcurrant. HEX triplet: 12, 0E and 14. RGB value is (18,14,20). Sum of RGB (Red+Green+Blue) = 18+14+20=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #120E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E14 is #EDF1EB. Grayscale: #0F0F0F. Windows color (decimal): -15593964 or 1314322. OLE color: 1314322.
HSL color Cylindrical-coordinate representation of color #120E14: hue angle of 280º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #120E14 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 14 | 20 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.92 |
| HSL | 280º | 0.18% | 0.07% | - |
| HSV(B) | 280º | 0.3% | 0.08% | - |
| XYZ | 0.53 | 0.49 | 0.73 | - |
| YUV | 15.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 20 | 0.10 | 0.30 | 0 | 0.92 | 280 | 0.18 | 0.07 |
| Hex | 12 | E | 14 | A | 1E | 0 | 5C | 118 | 12 | 7 |
| Octal | 22 | 16 | 24 | 12 | 36 | 0 | 134 | 430 | 22 | 7 |
| Binary | 10010 | 1110 | 10100 | 1010 | 11110 | 0 | 1011100 | 100011000 | 10010 | 111 |
Color Harmonies of #120E14
Complementary color
Monochromatic Colors of #120E14
Black with #120E14
Text Example
Text Example
White with #120E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E14; }
p { color: rgb(18,14,20); }
H1.HeaderClassName
{
color: #120E14;
}
.AnyTagClassName
{
color: #120E14;
}
</style>
background-color css
<style>
a { background-color: #120E14; }
a { background-color: rgb(18,14,20); }
div.DivClassName
{
background-color: #120E14;
}
.BgClassName
{
background-color: #120E14;
}
</style>
border-color css
<style>
span { border-color: #120E14; }
span { border-color: rgb(18,14,20); }
td.TdClassName
{
border-color: #120E14;
}
.TagClassName
{
border-color: #120E14;
}
</style>