Shades of Black Russian #0E0D12
Tints of Black Russian #0E0D12
RGB
CMYK
RGB Variations
Color information
#0E0D12 (or 0x0E0D12) is known color: Black Russian. HEX triplet: 0E, 0D and 12. RGB value is (14,13,18). Sum of RGB (Red+Green+Blue) = 14+13+18=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0D12 is #F1F2ED. Grayscale: #0D0D0D. Windows color (decimal): -15856366 or 1182990. OLE color: 1182990.
HSL color Cylindrical-coordinate representation of color #0E0D12: hue angle of 252º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0E0D12 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 13 | 18 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.93 |
| HSL | 252º | 0.16% | 0.06% | - |
| HSV(B) | 252º | 0.28% | 0.07% | - |
| XYZ | 0.43 | 0.42 | 0.63 | - |
| YUV | 13.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 18 | 0.22 | 0.28 | 0 | 0.93 | 252 | 0.16 | 0.06 |
| Hex | E | D | 12 | 16 | 1C | 0 | 5D | FC | 10 | 6 |
| Octal | 16 | 15 | 22 | 26 | 34 | 0 | 135 | 374 | 20 | 6 |
| Binary | 1110 | 1101 | 10010 | 10110 | 11100 | 0 | 1011101 | 11111100 | 10000 | 110 |
Color Harmonies of #0E0D12
Complementary color
Monochromatic Colors of #0E0D12
Black with #0E0D12
Text Example
Text Example
White with #0E0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D12; }
p { color: rgb(14,13,18); }
H1.HeaderClassName
{
color: #0E0D12;
}
.AnyTagClassName
{
color: #0E0D12;
}
</style>
background-color css
<style>
a { background-color: #0E0D12; }
a { background-color: rgb(14,13,18); }
div.DivClassName
{
background-color: #0E0D12;
}
.BgClassName
{
background-color: #0E0D12;
}
</style>
border-color css
<style>
span { border-color: #0E0D12; }
span { border-color: rgb(14,13,18); }
td.TdClassName
{
border-color: #0E0D12;
}
.TagClassName
{
border-color: #0E0D12;
}
</style>