Shades of Black Russian #0C0E19
Tints of Black Russian #0C0E19
RGB
CMYK
RGB Variations
Color information
#0C0E19 (or 0x0C0E19) is known color: Black Russian. HEX triplet: 0C, 0E and 19. RGB value is (12,14,25). Sum of RGB (Red+Green+Blue) = 12+14+25=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E19 is #F3F1E6. Grayscale: #0E0E0E. Windows color (decimal): -15987175 or 1641996. OLE color: 1641996.
HSL color Cylindrical-coordinate representation of color #0C0E19: hue angle of 230.77º 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 #0C0E19 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 14 | 25 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.90 |
| HSL | 230.77º | 0.35% | 0.07% | - |
| HSV(B) | 230.77º | 0.52% | 0.1% | - |
| XYZ | 0.48 | 0.46 | 0.98 | - |
| YUV | 14.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 25 | 0.52 | 0.44 | 0 | 0.90 | 230.77 | 0.35 | 0.07 |
| Hex | C | E | 19 | 34 | 2C | 0 | 5A | E7 | 23 | 7 |
| Octal | 14 | 16 | 31 | 64 | 54 | 0 | 132 | 347 | 43 | 7 |
| Binary | 1100 | 1110 | 11001 | 110100 | 101100 | 0 | 1011010 | 11100111 | 100011 | 111 |
Color Harmonies of #0C0E19
Complementary color
Monochromatic Colors of #0C0E19
Black with #0C0E19
Text Example
Text Example
White with #0C0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E19; }
p { color: rgb(12,14,25); }
H1.HeaderClassName
{
color: #0C0E19;
}
.AnyTagClassName
{
color: #0C0E19;
}
</style>
background-color css
<style>
a { background-color: #0C0E19; }
a { background-color: rgb(12,14,25); }
div.DivClassName
{
background-color: #0C0E19;
}
.BgClassName
{
background-color: #0C0E19;
}
</style>
border-color css
<style>
span { border-color: #0C0E19; }
span { border-color: rgb(12,14,25); }
td.TdClassName
{
border-color: #0C0E19;
}
.TagClassName
{
border-color: #0C0E19;
}
</style>