Shades of Black Russian #0D0D11
Tints of Black Russian #0D0D11
RGB
CMYK
RGB Variations
Color information
#0D0D11 (or 0x0D0D11) is known color: Black Russian. HEX triplet: 0D, 0D and 11. RGB value is (13,13,17). Sum of RGB (Red+Green+Blue) = 13+13+17=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0D11 is #F2F2EE. Grayscale: #0D0D0D. Windows color (decimal): -15921903 or 1117453. OLE color: 1117453.
HSL color Cylindrical-coordinate representation of color #0D0D11: hue angle of 240º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0D0D11 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 13 | 13 | 17 | - |
CMYK | 0.24 | 0.24 | 0 | 0.93 |
HSL | 240º | 0.13% | 0.06% | - |
HSV(B) | 240º | 0.24% | 0.07% | - |
XYZ | 0.41 | 0.41 | 0.59 | - |
YUV | 13.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 13 | 17 | 0.24 | 0.24 | 0 | 0.93 | 240 | 0.13 | 0.06 |
Hex | D | D | 11 | 18 | 18 | 0 | 5D | F0 | D | 6 |
Octal | 15 | 15 | 21 | 30 | 30 | 0 | 135 | 360 | 15 | 6 |
Binary | 1101 | 1101 | 10001 | 11000 | 11000 | 0 | 1011101 | 11110000 | 1101 | 110 |
Color Harmonies of #0D0D11
Complementary color
Monochromatic Colors of #0D0D11
Black with #0D0D11
Text Example
Text Example
White with #0D0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0D11; }
p { color: rgb(13,13,17); }
H1.HeaderClassName
{
color: #0D0D11;
}
.AnyTagClassName
{
color: #0D0D11;
}
</style>
background-color css
<style>
a { background-color: #0D0D11; }
a { background-color: rgb(13,13,17); }
div.DivClassName
{
background-color: #0D0D11;
}
.BgClassName
{
background-color: #0D0D11;
}
</style>
border-color css
<style>
span { border-color: #0D0D11; }
span { border-color: rgb(13,13,17); }
td.TdClassName
{
border-color: #0D0D11;
}
.TagClassName
{
border-color: #0D0D11;
}
</style>