Shades of Black Russian #0D0E15
Tints of Black Russian #0D0E15
RGB
CMYK
RGB Variations
Color information
#0D0E15 (or 0x0D0E15) is known color: Black Russian. HEX triplet: 0D, 0E and 15. RGB value is (13,14,21). Sum of RGB (Red+Green+Blue) = 13+14+21=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E15 is #F2F1EA. Grayscale: #0E0E0E. Windows color (decimal): -15921643 or 1379853. OLE color: 1379853.
HSL color Cylindrical-coordinate representation of color #0D0E15: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D0E15 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 14 | 21 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.92 |
| HSL | 232.5º | 0.24% | 0.07% | - |
| HSV(B) | 232.5º | 0.38% | 0.08% | - |
| XYZ | 0.46 | 0.45 | 0.77 | - |
| YUV | 14.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 21 | 0.38 | 0.33 | 0 | 0.92 | 232.5 | 0.24 | 0.07 |
| Hex | D | E | 15 | 26 | 21 | 0 | 5C | E8 | 18 | 7 |
| Octal | 15 | 16 | 25 | 46 | 41 | 0 | 134 | 350 | 30 | 7 |
| Binary | 1101 | 1110 | 10101 | 100110 | 100001 | 0 | 1011100 | 11101000 | 11000 | 111 |
Color Harmonies of #0D0E15
Complementary color
Monochromatic Colors of #0D0E15
Black with #0D0E15
Text Example
Text Example
White with #0D0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E15; }
p { color: rgb(13,14,21); }
H1.HeaderClassName
{
color: #0D0E15;
}
.AnyTagClassName
{
color: #0D0E15;
}
</style>
background-color css
<style>
a { background-color: #0D0E15; }
a { background-color: rgb(13,14,21); }
div.DivClassName
{
background-color: #0D0E15;
}
.BgClassName
{
background-color: #0D0E15;
}
</style>
border-color css
<style>
span { border-color: #0D0E15; }
span { border-color: rgb(13,14,21); }
td.TdClassName
{
border-color: #0D0E15;
}
.TagClassName
{
border-color: #0D0E15;
}
</style>