Shades of Black Russian #0C0E1C
Tints of Black Russian #0C0E1C
RGB
CMYK
RGB Variations
Color information
#0C0E1C (or 0x0C0E1C) is known color: Black Russian. HEX triplet: 0C, 0E and 1C. RGB value is (12,14,28). Sum of RGB (Red+Green+Blue) = 12+14+28=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C0E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E1C is #F3F1E3. Grayscale: #0E0E0E. Windows color (decimal): -15987172 or 1838604. OLE color: 1838604.
HSL color Cylindrical-coordinate representation of color #0C0E1C: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C0E1C is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 14 | 28 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.89 |
| HSL | 232.5º | 0.4% | 0.08% | - |
| HSV(B) | 232.5º | 0.57% | 0.11% | - |
| XYZ | 0.52 | 0.48 | 1.16 | - |
| YUV | 15 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 28 | 0.57 | 0.50 | 0 | 0.89 | 232.5 | 0.4 | 0.08 |
| Hex | C | E | 1C | 39 | 32 | 0 | 59 | E8 | 28 | 8 |
| Octal | 14 | 16 | 34 | 71 | 62 | 0 | 131 | 350 | 50 | 10 |
| Binary | 1100 | 1110 | 11100 | 111001 | 110010 | 0 | 1011001 | 11101000 | 101000 | 1000 |
Color Harmonies of #0C0E1C
Complementary color
Monochromatic Colors of #0C0E1C
Black with #0C0E1C
Text Example
Text Example
White with #0C0E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E1C; }
p { color: rgb(12,14,28); }
H1.HeaderClassName
{
color: #0C0E1C;
}
.AnyTagClassName
{
color: #0C0E1C;
}
</style>
background-color css
<style>
a { background-color: #0C0E1C; }
a { background-color: rgb(12,14,28); }
div.DivClassName
{
background-color: #0C0E1C;
}
.BgClassName
{
background-color: #0C0E1C;
}
</style>
border-color css
<style>
span { border-color: #0C0E1C; }
span { border-color: rgb(12,14,28); }
td.TdClassName
{
border-color: #0C0E1C;
}
.TagClassName
{
border-color: #0C0E1C;
}
</style>