Shades of Black Russian #0B0817
Tints of Black Russian #0B0817
RGB
CMYK
RGB Variations
Color information
#0B0817 (or 0x0B0817) is known color: Black Russian. HEX triplet: 0B, 08 and 17. RGB value is (11,8,23). Sum of RGB (Red+Green+Blue) = 11+8+23=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0817 is #F4F7E8. Grayscale: #0A0A0A. Windows color (decimal): -16054249 or 1509387. OLE color: 1509387.
HSL color Cylindrical-coordinate representation of color #0B0817: hue angle of 252º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B0817 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 8 | 23 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.91 |
| HSL | 252º | 0.48% | 0.06% | - |
| HSV(B) | 252º | 0.65% | 0.09% | - |
| XYZ | 0.38 | 0.31 | 0.85 | - |
| YUV | 10.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 23 | 0.52 | 0.65 | 0 | 0.91 | 252 | 0.48 | 0.06 |
| Hex | B | 8 | 17 | 34 | 41 | 0 | 5B | FC | 30 | 6 |
| Octal | 13 | 10 | 27 | 64 | 101 | 0 | 133 | 374 | 60 | 6 |
| Binary | 1011 | 1000 | 10111 | 110100 | 1000001 | 0 | 1011011 | 11111100 | 110000 | 110 |
Color Harmonies of #0B0817
Complementary color
Monochromatic Colors of #0B0817
Black with #0B0817
Text Example
Text Example
White with #0B0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0817; }
p { color: rgb(11,8,23); }
H1.HeaderClassName
{
color: #0B0817;
}
.AnyTagClassName
{
color: #0B0817;
}
</style>
background-color css
<style>
a { background-color: #0B0817; }
a { background-color: rgb(11,8,23); }
div.DivClassName
{
background-color: #0B0817;
}
.BgClassName
{
background-color: #0B0817;
}
</style>
border-color css
<style>
span { border-color: #0B0817; }
span { border-color: rgb(11,8,23); }
td.TdClassName
{
border-color: #0B0817;
}
.TagClassName
{
border-color: #0B0817;
}
</style>