Shades of Black Russian #0B0716
Tints of Black Russian #0B0716
RGB
CMYK
RGB Variations
Color information
#0B0716 (or 0x0B0716) is known color: Black Russian. HEX triplet: 0B, 07 and 16. RGB value is (11,7,22). Sum of RGB (Red+Green+Blue) = 11+7+22=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0716 is #F4F8E9. Grayscale: #090909. Windows color (decimal): -16054506 or 1443595. OLE color: 1443595.
HSL color Cylindrical-coordinate representation of color #0B0716: hue angle of 256º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B0716 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 7 | 22 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.91 |
| HSL | 256º | 0.52% | 0.06% | - |
| HSV(B) | 256º | 0.68% | 0.09% | - |
| XYZ | 0.36 | 0.28 | 0.79 | - |
| YUV | 9.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 22 | 0.5 | 0.68 | 0 | 0.91 | 256 | 0.52 | 0.06 |
| Hex | B | 7 | 16 | 32 | 44 | 0 | 5B | 100 | 34 | 6 |
| Octal | 13 | 7 | 26 | 62 | 104 | 0 | 133 | 400 | 64 | 6 |
| Binary | 1011 | 111 | 10110 | 110010 | 1000100 | 0 | 1011011 | 100000000 | 110100 | 110 |
Color Harmonies of #0B0716
Complementary color
Monochromatic Colors of #0B0716
Black with #0B0716
Text Example
Text Example
White with #0B0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0716; }
p { color: rgb(11,7,22); }
H1.HeaderClassName
{
color: #0B0716;
}
.AnyTagClassName
{
color: #0B0716;
}
</style>
background-color css
<style>
a { background-color: #0B0716; }
a { background-color: rgb(11,7,22); }
div.DivClassName
{
background-color: #0B0716;
}
.BgClassName
{
background-color: #0B0716;
}
</style>
border-color css
<style>
span { border-color: #0B0716; }
span { border-color: rgb(11,7,22); }
td.TdClassName
{
border-color: #0B0716;
}
.TagClassName
{
border-color: #0B0716;
}
</style>