Shades of Black Russian #0D1016
Tints of Black Russian #0D1016
RGB
CMYK
RGB Variations
Color information
#0D1016 (or 0x0D1016) is known color: Black Russian. HEX triplet: 0D, 10 and 16. RGB value is (13,16,22). Sum of RGB (Red+Green+Blue) = 13+16+22=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D1016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1016 is #F2EFE9. Grayscale: #0F0F0F. Windows color (decimal): -15921130 or 1445901. OLE color: 1445901.
HSL color Cylindrical-coordinate representation of color #0D1016: hue angle of 220º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D1016 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 16 | 22 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.91 |
| HSL | 220º | 0.26% | 0.07% | - |
| HSV(B) | 220º | 0.41% | 0.09% | - |
| XYZ | 0.5 | 0.51 | 0.83 | - |
| YUV | 15.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 22 | 0.41 | 0.27 | 0 | 0.91 | 220 | 0.26 | 0.07 |
| Hex | D | 10 | 16 | 29 | 1B | 0 | 5B | DC | 1A | 7 |
| Octal | 15 | 20 | 26 | 51 | 33 | 0 | 133 | 334 | 32 | 7 |
| Binary | 1101 | 10000 | 10110 | 101001 | 11011 | 0 | 1011011 | 11011100 | 11010 | 111 |
Color Harmonies of #0D1016
Complementary color
Monochromatic Colors of #0D1016
Black with #0D1016
Text Example
Text Example
White with #0D1016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1016; }
p { color: rgb(13,16,22); }
H1.HeaderClassName
{
color: #0D1016;
}
.AnyTagClassName
{
color: #0D1016;
}
</style>
background-color css
<style>
a { background-color: #0D1016; }
a { background-color: rgb(13,16,22); }
div.DivClassName
{
background-color: #0D1016;
}
.BgClassName
{
background-color: #0D1016;
}
</style>
border-color css
<style>
span { border-color: #0D1016; }
span { border-color: rgb(13,16,22); }
td.TdClassName
{
border-color: #0D1016;
}
.TagClassName
{
border-color: #0D1016;
}
</style>