Shades of Blackcurrant #120C19
Tints of Blackcurrant #120C19
RGB
CMYK
RGB Variations
Color information
#120C19 (or 0x120C19) is known color: Blackcurrant. HEX triplet: 12, 0C and 19. RGB value is (18,12,25). Sum of RGB (Red+Green+Blue) = 18+12+25=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #120C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C19 is #EDF3E6. Grayscale: #0F0F0F. Windows color (decimal): -15594471 or 1641490. OLE color: 1641490.
HSL color Cylindrical-coordinate representation of color #120C19: hue angle of 267.69º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #120C19 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 12 | 25 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.90 |
| HSL | 267.69º | 0.35% | 0.07% | - |
| HSV(B) | 267.69º | 0.52% | 0.1% | - |
| XYZ | 0.56 | 0.46 | 0.98 | - |
| YUV | 15.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 25 | 0.28 | 0.52 | 0 | 0.90 | 267.69 | 0.35 | 0.07 |
| Hex | 12 | C | 19 | 1C | 34 | 0 | 5A | 10C | 23 | 7 |
| Octal | 22 | 14 | 31 | 34 | 64 | 0 | 132 | 414 | 43 | 7 |
| Binary | 10010 | 1100 | 11001 | 11100 | 110100 | 0 | 1011010 | 100001100 | 100011 | 111 |
Color Harmonies of #120C19
Complementary color
Monochromatic Colors of #120C19
Black with #120C19
Text Example
Text Example
White with #120C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C19; }
p { color: rgb(18,12,25); }
H1.HeaderClassName
{
color: #120C19;
}
.AnyTagClassName
{
color: #120C19;
}
</style>
background-color css
<style>
a { background-color: #120C19; }
a { background-color: rgb(18,12,25); }
div.DivClassName
{
background-color: #120C19;
}
.BgClassName
{
background-color: #120C19;
}
</style>
border-color css
<style>
span { border-color: #120C19; }
span { border-color: rgb(18,12,25); }
td.TdClassName
{
border-color: #120C19;
}
.TagClassName
{
border-color: #120C19;
}
</style>