Shades of Black Russian #0E0C16
Tints of Black Russian #0E0C16
RGB
CMYK
RGB Variations
Color information
#0E0C16 (or 0x0E0C16) is known color: Black Russian. HEX triplet: 0E, 0C and 16. RGB value is (14,12,22). Sum of RGB (Red+Green+Blue) = 14+12+22=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C16 is #F1F3E9. Grayscale: #0D0D0D. Windows color (decimal): -15856618 or 1444878. OLE color: 1444878.
HSL color Cylindrical-coordinate representation of color #0E0C16: hue angle of 252º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0E0C16 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 12 | 22 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.91 |
| HSL | 252º | 0.29% | 0.07% | - |
| HSV(B) | 252º | 0.45% | 0.09% | - |
| XYZ | 0.46 | 0.41 | 0.81 | - |
| YUV | 13.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 22 | 0.36 | 0.45 | 0 | 0.91 | 252 | 0.29 | 0.07 |
| Hex | E | C | 16 | 24 | 2D | 0 | 5B | FC | 1D | 7 |
| Octal | 16 | 14 | 26 | 44 | 55 | 0 | 133 | 374 | 35 | 7 |
| Binary | 1110 | 1100 | 10110 | 100100 | 101101 | 0 | 1011011 | 11111100 | 11101 | 111 |
Color Harmonies of #0E0C16
Complementary color
Monochromatic Colors of #0E0C16
Black with #0E0C16
Text Example
Text Example
White with #0E0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0C16; }
p { color: rgb(14,12,22); }
H1.HeaderClassName
{
color: #0E0C16;
}
.AnyTagClassName
{
color: #0E0C16;
}
</style>
background-color css
<style>
a { background-color: #0E0C16; }
a { background-color: rgb(14,12,22); }
div.DivClassName
{
background-color: #0E0C16;
}
.BgClassName
{
background-color: #0E0C16;
}
</style>
border-color css
<style>
span { border-color: #0E0C16; }
span { border-color: rgb(14,12,22); }
td.TdClassName
{
border-color: #0E0C16;
}
.TagClassName
{
border-color: #0E0C16;
}
</style>