Shades of Black Russian #0B0822
Tints of Black Russian #0B0822
RGB
CMYK
RGB Variations
Color information
#0B0822 (or 0x0B0822) is known color: Black Russian. HEX triplet: 0B, 08 and 22. RGB value is (11,8,34). Sum of RGB (Red+Green+Blue) = 11+8+34=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 34 (13.67% from 255 or 64.15% from 53); Max value from RGB is 34 - color contains mainly: blue. Hex color #0B0822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0822 is #F4F7DD. Grayscale: #0B0B0B. Windows color (decimal): -16054238 or 2230283. OLE color: 2230283.
HSL color Cylindrical-coordinate representation of color #0B0822: hue angle of 246.92º degrees, saturation: 0.62, 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 #0B0822 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 8 | 34 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.87 |
| HSL | 246.92º | 0.62% | 0.08% | - |
| HSV(B) | 246.92º | 0.76% | 0.13% | - |
| XYZ | 0.51 | 0.36 | 1.56 | - |
| YUV | 11.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 34 | 0.68 | 0.76 | 0 | 0.87 | 246.92 | 0.62 | 0.08 |
| Hex | B | 8 | 22 | 44 | 4C | 0 | 57 | F7 | 3E | 8 |
| Octal | 13 | 10 | 42 | 104 | 114 | 0 | 127 | 367 | 76 | 10 |
| Binary | 1011 | 1000 | 100010 | 1000100 | 1001100 | 0 | 1010111 | 11110111 | 111110 | 1000 |
Color Harmonies of #0B0822
Complementary color
Monochromatic Colors of #0B0822
Black with #0B0822
Text Example
Text Example
White with #0B0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0822; }
p { color: rgb(11,8,34); }
H1.HeaderClassName
{
color: #0B0822;
}
.AnyTagClassName
{
color: #0B0822;
}
</style>
background-color css
<style>
a { background-color: #0B0822; }
a { background-color: rgb(11,8,34); }
div.DivClassName
{
background-color: #0B0822;
}
.BgClassName
{
background-color: #0B0822;
}
</style>
border-color css
<style>
span { border-color: #0B0822; }
span { border-color: rgb(11,8,34); }
td.TdClassName
{
border-color: #0B0822;
}
.TagClassName
{
border-color: #0B0822;
}
</style>