Shades of Black Russian #0B0422
Tints of Black Russian #0B0422
RGB
CMYK
RGB Variations
Color information
#0B0422 (or 0x0B0422) is known color: Black Russian. HEX triplet: 0B, 04 and 22. RGB value is (11,4,34). Sum of RGB (Red+Green+Blue) = 11+4+34=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 34 (13.67% from 255 or 69.39% from 49); Max value from RGB is 34 - color contains mainly: blue. Hex color #0B0422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0422 is #F4FBDD. Grayscale: #090909. Windows color (decimal): -16055262 or 2229259. OLE color: 2229259.
HSL color Cylindrical-coordinate representation of color #0B0422: hue angle of 254º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0422 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 4 | 34 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.87 |
| HSL | 254º | 0.79% | 0.07% | - |
| HSV(B) | 254º | 0.88% | 0.13% | - |
| XYZ | 0.47 | 0.27 | 1.54 | - |
| YUV | 9.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 34 | 0.68 | 0.88 | 0 | 0.87 | 254 | 0.79 | 0.07 |
| Hex | B | 4 | 22 | 44 | 58 | 0 | 57 | FE | 4F | 7 |
| Octal | 13 | 4 | 42 | 104 | 130 | 0 | 127 | 376 | 117 | 7 |
| Binary | 1011 | 100 | 100010 | 1000100 | 1011000 | 0 | 1010111 | 11111110 | 1001111 | 111 |
Color Harmonies of #0B0422
Complementary color
Monochromatic Colors of #0B0422
Black with #0B0422
Text Example
Text Example
White with #0B0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0422; }
p { color: rgb(11,4,34); }
H1.HeaderClassName
{
color: #0B0422;
}
.AnyTagClassName
{
color: #0B0422;
}
</style>
background-color css
<style>
a { background-color: #0B0422; }
a { background-color: rgb(11,4,34); }
div.DivClassName
{
background-color: #0B0422;
}
.BgClassName
{
background-color: #0B0422;
}
</style>
border-color css
<style>
span { border-color: #0B0422; }
span { border-color: rgb(11,4,34); }
td.TdClassName
{
border-color: #0B0422;
}
.TagClassName
{
border-color: #0B0422;
}
</style>