Shades of Black Russian #0D0B15
Tints of Black Russian #0D0B15
RGB
CMYK
RGB Variations
Color information
#0D0B15 (or 0x0D0B15) is known color: Black Russian. HEX triplet: 0D, 0B and 15. RGB value is (13,11,21). Sum of RGB (Red+Green+Blue) = 13+11+21=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B15 is #F2F4EA. Grayscale: #0C0C0C. Windows color (decimal): -15922411 or 1379085. OLE color: 1379085.
HSL color Cylindrical-coordinate representation of color #0D0B15: hue angle of 252º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D0B15 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 11 | 21 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.92 |
| HSL | 252º | 0.31% | 0.06% | - |
| HSV(B) | 252º | 0.48% | 0.08% | - |
| XYZ | 0.42 | 0.38 | 0.76 | - |
| YUV | 12.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 21 | 0.38 | 0.48 | 0 | 0.92 | 252 | 0.31 | 0.06 |
| Hex | D | B | 15 | 26 | 30 | 0 | 5C | FC | 1F | 6 |
| Octal | 15 | 13 | 25 | 46 | 60 | 0 | 134 | 374 | 37 | 6 |
| Binary | 1101 | 1011 | 10101 | 100110 | 110000 | 0 | 1011100 | 11111100 | 11111 | 110 |
Color Harmonies of #0D0B15
Complementary color
Monochromatic Colors of #0D0B15
Black with #0D0B15
Text Example
Text Example
White with #0D0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B15; }
p { color: rgb(13,11,21); }
H1.HeaderClassName
{
color: #0D0B15;
}
.AnyTagClassName
{
color: #0D0B15;
}
</style>
background-color css
<style>
a { background-color: #0D0B15; }
a { background-color: rgb(13,11,21); }
div.DivClassName
{
background-color: #0D0B15;
}
.BgClassName
{
background-color: #0D0B15;
}
</style>
border-color css
<style>
span { border-color: #0D0B15; }
span { border-color: rgb(13,11,21); }
td.TdClassName
{
border-color: #0D0B15;
}
.TagClassName
{
border-color: #0D0B15;
}
</style>