Shades of Black Russian #0D1320
Tints of Black Russian #0D1320
RGB
CMYK
RGB Variations
Color information
#0D1320 (or 0x0D1320) is known color: Black Russian. HEX triplet: 0D, 13 and 20. RGB value is (13,19,32). Sum of RGB (Red+Green+Blue) = 13+19+32=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D1320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1320 is #F2ECDF. Grayscale: #121212. Windows color (decimal): -15920352 or 2102029. OLE color: 2102029.
HSL color Cylindrical-coordinate representation of color #0D1320: hue angle of 221.05º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D1320 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 19 | 32 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.87 |
| HSL | 221.05º | 0.42% | 0.09% | - |
| HSV(B) | 221.05º | 0.59% | 0.13% | - |
| XYZ | 0.66 | 0.66 | 1.46 | - |
| YUV | 18.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 32 | 0.59 | 0.41 | 0 | 0.87 | 221.05 | 0.42 | 0.09 |
| Hex | D | 13 | 20 | 3B | 29 | 0 | 57 | DD | 2A | 9 |
| Octal | 15 | 23 | 40 | 73 | 51 | 0 | 127 | 335 | 52 | 11 |
| Binary | 1101 | 10011 | 100000 | 111011 | 101001 | 0 | 1010111 | 11011101 | 101010 | 1001 |
Color Harmonies of #0D1320
Complementary color
Monochromatic Colors of #0D1320
Black with #0D1320
Text Example
Text Example
White with #0D1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1320; }
p { color: rgb(13,19,32); }
H1.HeaderClassName
{
color: #0D1320;
}
.AnyTagClassName
{
color: #0D1320;
}
</style>
background-color css
<style>
a { background-color: #0D1320; }
a { background-color: rgb(13,19,32); }
div.DivClassName
{
background-color: #0D1320;
}
.BgClassName
{
background-color: #0D1320;
}
</style>
border-color css
<style>
span { border-color: #0D1320; }
span { border-color: rgb(13,19,32); }
td.TdClassName
{
border-color: #0D1320;
}
.TagClassName
{
border-color: #0D1320;
}
</style>