Shades of Black Russian #0B0B16
Tints of Black Russian #0B0B16
RGB
CMYK
RGB Variations
Color information
#0B0B16 (or 0x0B0B16) is known color: Black Russian. HEX triplet: 0B, 0B and 16. RGB value is (11,11,22). Sum of RGB (Red+Green+Blue) = 11+11+22=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B16 is #F4F4E9. Grayscale: #0C0C0C. Windows color (decimal): -16053482 or 1444619. OLE color: 1444619.
HSL color Cylindrical-coordinate representation of color #0B0B16: hue angle of 240º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B0B16 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 11 | 22 | - |
| CMYK | 0.5 | 0.5 | 0 | 0.91 |
| HSL | 240º | 0.33% | 0.06% | - |
| HSV(B) | 240º | 0.5% | 0.09% | - |
| XYZ | 0.4 | 0.37 | 0.81 | - |
| YUV | 12.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 22 | 0.5 | 0.5 | 0 | 0.91 | 240 | 0.33 | 0.06 |
| Hex | B | B | 16 | 32 | 32 | 0 | 5B | F0 | 21 | 6 |
| Octal | 13 | 13 | 26 | 62 | 62 | 0 | 133 | 360 | 41 | 6 |
| Binary | 1011 | 1011 | 10110 | 110010 | 110010 | 0 | 1011011 | 11110000 | 100001 | 110 |
Color Harmonies of #0B0B16
Complementary color
Monochromatic Colors of #0B0B16
Black with #0B0B16
Text Example
Text Example
White with #0B0B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B16; }
p { color: rgb(11,11,22); }
H1.HeaderClassName
{
color: #0B0B16;
}
.AnyTagClassName
{
color: #0B0B16;
}
</style>
background-color css
<style>
a { background-color: #0B0B16; }
a { background-color: rgb(11,11,22); }
div.DivClassName
{
background-color: #0B0B16;
}
.BgClassName
{
background-color: #0B0B16;
}
</style>
border-color css
<style>
span { border-color: #0B0B16; }
span { border-color: rgb(11,11,22); }
td.TdClassName
{
border-color: #0B0B16;
}
.TagClassName
{
border-color: #0B0B16;
}
</style>