Shades of Black Russian #0E0D1C
Tints of Black Russian #0E0D1C
RGB
CMYK
RGB Variations
Color information
#0E0D1C (or 0x0E0D1C) is known color: Black Russian. HEX triplet: 0E, 0D and 1C. RGB value is (14,13,28). Sum of RGB (Red+Green+Blue) = 14+13+28=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D1C is #F1F2E3. Grayscale: #0E0E0E. Windows color (decimal): -15856356 or 1838350. OLE color: 1838350.
HSL color Cylindrical-coordinate representation of color #0E0D1C: hue angle of 244º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0E0D1C is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 13 | 28 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.89 |
| HSL | 244º | 0.37% | 0.08% | - |
| HSV(B) | 244º | 0.54% | 0.11% | - |
| XYZ | 0.53 | 0.47 | 1.16 | - |
| YUV | 15.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 28 | 0.50 | 0.54 | 0 | 0.89 | 244 | 0.37 | 0.08 |
| Hex | E | D | 1C | 32 | 36 | 0 | 59 | F4 | 25 | 8 |
| Octal | 16 | 15 | 34 | 62 | 66 | 0 | 131 | 364 | 45 | 10 |
| Binary | 1110 | 1101 | 11100 | 110010 | 110110 | 0 | 1011001 | 11110100 | 100101 | 1000 |
Color Harmonies of #0E0D1C
Complementary color
Monochromatic Colors of #0E0D1C
Black with #0E0D1C
Text Example
Text Example
White with #0E0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D1C; }
p { color: rgb(14,13,28); }
H1.HeaderClassName
{
color: #0E0D1C;
}
.AnyTagClassName
{
color: #0E0D1C;
}
</style>
background-color css
<style>
a { background-color: #0E0D1C; }
a { background-color: rgb(14,13,28); }
div.DivClassName
{
background-color: #0E0D1C;
}
.BgClassName
{
background-color: #0E0D1C;
}
</style>
border-color css
<style>
span { border-color: #0E0D1C; }
span { border-color: rgb(14,13,28); }
td.TdClassName
{
border-color: #0E0D1C;
}
.TagClassName
{
border-color: #0E0D1C;
}
</style>