Shades of Black Russian #0D0B14
Tints of Black Russian #0D0B14
RGB
CMYK
RGB Variations
Color information
#0D0B14 (or 0x0D0B14) is known color: Black Russian. HEX triplet: 0D, 0B and 14. RGB value is (13,11,20). Sum of RGB (Red+Green+Blue) = 13+11+20=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B14 is #F2F4EB. Grayscale: #0C0C0C. Windows color (decimal): -15922412 or 1313549. OLE color: 1313549.
HSL color Cylindrical-coordinate representation of color #0D0B14: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0D0B14 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 11 | 20 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.92 |
| HSL | 253.33º | 0.29% | 0.06% | - |
| HSV(B) | 253.33º | 0.45% | 0.08% | - |
| XYZ | 0.41 | 0.38 | 0.71 | - |
| YUV | 12.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 20 | 0.35 | 0.45 | 0 | 0.92 | 253.33 | 0.29 | 0.06 |
| Hex | D | B | 14 | 23 | 2D | 0 | 5C | FD | 1D | 6 |
| Octal | 15 | 13 | 24 | 43 | 55 | 0 | 134 | 375 | 35 | 6 |
| Binary | 1101 | 1011 | 10100 | 100011 | 101101 | 0 | 1011100 | 11111101 | 11101 | 110 |
Color Harmonies of #0D0B14
Complementary color
Monochromatic Colors of #0D0B14
Black with #0D0B14
Text Example
Text Example
White with #0D0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B14; }
p { color: rgb(13,11,20); }
H1.HeaderClassName
{
color: #0D0B14;
}
.AnyTagClassName
{
color: #0D0B14;
}
</style>
background-color css
<style>
a { background-color: #0D0B14; }
a { background-color: rgb(13,11,20); }
div.DivClassName
{
background-color: #0D0B14;
}
.BgClassName
{
background-color: #0D0B14;
}
</style>
border-color css
<style>
span { border-color: #0D0B14; }
span { border-color: rgb(13,11,20); }
td.TdClassName
{
border-color: #0D0B14;
}
.TagClassName
{
border-color: #0D0B14;
}
</style>