Shades of Black Russian #0E0E11
Tints of Black Russian #0E0E11
RGB
CMYK
RGB Variations
Color information
#0E0E11 (or 0x0E0E11) is known color: Black Russian. HEX triplet: 0E, 0E and 11. RGB value is (14,14,17). Sum of RGB (Red+Green+Blue) = 14+14+17=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0E11 is #F1F1EE. Grayscale: #0E0E0E. Windows color (decimal): -15856111 or 1117710. OLE color: 1117710.
HSL color Cylindrical-coordinate representation of color #0E0E11: hue angle of 240º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E0E11 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 14 | 17 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.93 |
| HSL | 240º | 0.1% | 0.06% | - |
| HSV(B) | 240º | 0.18% | 0.07% | - |
| XYZ | 0.44 | 0.45 | 0.59 | - |
| YUV | 14.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 17 | 0.18 | 0.18 | 0 | 0.93 | 240 | 0.1 | 0.06 |
| Hex | E | E | 11 | 12 | 12 | 0 | 5D | F0 | A | 6 |
| Octal | 16 | 16 | 21 | 22 | 22 | 0 | 135 | 360 | 12 | 6 |
| Binary | 1110 | 1110 | 10001 | 10010 | 10010 | 0 | 1011101 | 11110000 | 1010 | 110 |
Color Harmonies of #0E0E11
Complementary color
Monochromatic Colors of #0E0E11
Black with #0E0E11
Text Example
Text Example
White with #0E0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0E11; }
p { color: rgb(14,14,17); }
H1.HeaderClassName
{
color: #0E0E11;
}
.AnyTagClassName
{
color: #0E0E11;
}
</style>
background-color css
<style>
a { background-color: #0E0E11; }
a { background-color: rgb(14,14,17); }
div.DivClassName
{
background-color: #0E0E11;
}
.BgClassName
{
background-color: #0E0E11;
}
</style>
border-color css
<style>
span { border-color: #0E0E11; }
span { border-color: rgb(14,14,17); }
td.TdClassName
{
border-color: #0E0E11;
}
.TagClassName
{
border-color: #0E0E11;
}
</style>