Shades of Black Russian #0B0821
Tints of Black Russian #0B0821
RGB
CMYK
RGB Variations
Color information
#0B0821 (or 0x0B0821) is known color: Black Russian. HEX triplet: 0B, 08 and 21. RGB value is (11,8,33). Sum of RGB (Red+Green+Blue) = 11+8+33=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B0821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0821 is #F4F7DE. Grayscale: #0B0B0B. Windows color (decimal): -16054239 or 2164747. OLE color: 2164747.
HSL color Cylindrical-coordinate representation of color #0B0821: hue angle of 247.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0821 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 8 | 33 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.87 |
| HSL | 247.2º | 0.61% | 0.08% | - |
| HSV(B) | 247.2º | 0.76% | 0.13% | - |
| XYZ | 0.5 | 0.35 | 1.48 | - |
| YUV | 11.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 33 | 0.67 | 0.76 | 0 | 0.87 | 247.2 | 0.61 | 0.08 |
| Hex | B | 8 | 21 | 43 | 4C | 0 | 57 | F7 | 3D | 8 |
| Octal | 13 | 10 | 41 | 103 | 114 | 0 | 127 | 367 | 75 | 10 |
| Binary | 1011 | 1000 | 100001 | 1000011 | 1001100 | 0 | 1010111 | 11110111 | 111101 | 1000 |
Color Harmonies of #0B0821
Complementary color
Monochromatic Colors of #0B0821
Black with #0B0821
Text Example
Text Example
White with #0B0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0821; }
p { color: rgb(11,8,33); }
H1.HeaderClassName
{
color: #0B0821;
}
.AnyTagClassName
{
color: #0B0821;
}
</style>
background-color css
<style>
a { background-color: #0B0821; }
a { background-color: rgb(11,8,33); }
div.DivClassName
{
background-color: #0B0821;
}
.BgClassName
{
background-color: #0B0821;
}
</style>
border-color css
<style>
span { border-color: #0B0821; }
span { border-color: rgb(11,8,33); }
td.TdClassName
{
border-color: #0B0821;
}
.TagClassName
{
border-color: #0B0821;
}
</style>