Shades of Black Russian #0D1122
Tints of Black Russian #0D1122
RGB
CMYK
RGB Variations
Color information
#0D1122 (or 0x0D1122) is known color: Black Russian. HEX triplet: 0D, 11 and 22. RGB value is (13,17,34). Sum of RGB (Red+Green+Blue) = 13+17+34=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 34 (13.67% from 255 or 53.12% from 64); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D1122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1122 is #F2EEDD. Grayscale: #111111. Windows color (decimal): -15920862 or 2232589. OLE color: 2232589.
HSL color Cylindrical-coordinate representation of color #0D1122: hue angle of 228.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D1122 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 17 | 34 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.87 |
| HSL | 228.57º | 0.45% | 0.09% | - |
| HSV(B) | 228.57º | 0.62% | 0.13% | - |
| XYZ | 0.66 | 0.6 | 1.6 | - |
| YUV | 17.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 34 | 0.62 | 0.50 | 0 | 0.87 | 228.57 | 0.45 | 0.09 |
| Hex | D | 11 | 22 | 3E | 32 | 0 | 57 | E5 | 2D | 9 |
| Octal | 15 | 21 | 42 | 76 | 62 | 0 | 127 | 345 | 55 | 11 |
| Binary | 1101 | 10001 | 100010 | 111110 | 110010 | 0 | 1010111 | 11100101 | 101101 | 1001 |
Color Harmonies of #0D1122
Complementary color
Monochromatic Colors of #0D1122
Black with #0D1122
Text Example
Text Example
White with #0D1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1122; }
p { color: rgb(13,17,34); }
H1.HeaderClassName
{
color: #0D1122;
}
.AnyTagClassName
{
color: #0D1122;
}
</style>
background-color css
<style>
a { background-color: #0D1122; }
a { background-color: rgb(13,17,34); }
div.DivClassName
{
background-color: #0D1122;
}
.BgClassName
{
background-color: #0D1122;
}
</style>
border-color css
<style>
span { border-color: #0D1122; }
span { border-color: rgb(13,17,34); }
td.TdClassName
{
border-color: #0D1122;
}
.TagClassName
{
border-color: #0D1122;
}
</style>