Shades of Black Russian #0D1017
Tints of Black Russian #0D1017
RGB
CMYK
RGB Variations
Color information
#0D1017 (or 0x0D1017) is known color: Black Russian. HEX triplet: 0D, 10 and 17. RGB value is (13,16,23). Sum of RGB (Red+Green+Blue) = 13+16+23=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1017 is #F2EFE8. Grayscale: #0F0F0F. Windows color (decimal): -15921129 or 1511437. OLE color: 1511437.
HSL color Cylindrical-coordinate representation of color #0D1017: hue angle of 222º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1017 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 16 | 23 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.91 |
| HSL | 222º | 0.28% | 0.07% | - |
| HSV(B) | 222º | 0.43% | 0.09% | - |
| XYZ | 0.51 | 0.52 | 0.88 | - |
| YUV | 15.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 23 | 0.43 | 0.30 | 0 | 0.91 | 222 | 0.28 | 0.07 |
| Hex | D | 10 | 17 | 2B | 1E | 0 | 5B | DE | 1C | 7 |
| Octal | 15 | 20 | 27 | 53 | 36 | 0 | 133 | 336 | 34 | 7 |
| Binary | 1101 | 10000 | 10111 | 101011 | 11110 | 0 | 1011011 | 11011110 | 11100 | 111 |
Color Harmonies of #0D1017
Complementary color
Monochromatic Colors of #0D1017
Black with #0D1017
Text Example
Text Example
White with #0D1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1017; }
p { color: rgb(13,16,23); }
H1.HeaderClassName
{
color: #0D1017;
}
.AnyTagClassName
{
color: #0D1017;
}
</style>
background-color css
<style>
a { background-color: #0D1017; }
a { background-color: rgb(13,16,23); }
div.DivClassName
{
background-color: #0D1017;
}
.BgClassName
{
background-color: #0D1017;
}
</style>
border-color css
<style>
span { border-color: #0D1017; }
span { border-color: rgb(13,16,23); }
td.TdClassName
{
border-color: #0D1017;
}
.TagClassName
{
border-color: #0D1017;
}
</style>