Shades of Black Russian #0B0520
Tints of Black Russian #0B0520
RGB
CMYK
RGB Variations
Color information
#0B0520 (or 0x0B0520) is known color: Black Russian. HEX triplet: 0B, 05 and 20. RGB value is (11,5,32). Sum of RGB (Red+Green+Blue) = 11+5+32=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #0B0520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0520 is #F4FADF. Grayscale: #090909. Windows color (decimal): -16055008 or 2098443. OLE color: 2098443.
HSL color Cylindrical-coordinate representation of color #0B0520: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B0520 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 5 | 32 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.87 |
| HSL | 253.33º | 0.73% | 0.07% | - |
| HSV(B) | 253.33º | 0.84% | 0.13% | - |
| XYZ | 0.45 | 0.28 | 1.4 | - |
| YUV | 9.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 32 | 0.66 | 0.84 | 0 | 0.87 | 253.33 | 0.73 | 0.07 |
| Hex | B | 5 | 20 | 42 | 54 | 0 | 57 | FD | 49 | 7 |
| Octal | 13 | 5 | 40 | 102 | 124 | 0 | 127 | 375 | 111 | 7 |
| Binary | 1011 | 101 | 100000 | 1000010 | 1010100 | 0 | 1010111 | 11111101 | 1001001 | 111 |
Color Harmonies of #0B0520
Complementary color
Monochromatic Colors of #0B0520
Black with #0B0520
Text Example
Text Example
White with #0B0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0520; }
p { color: rgb(11,5,32); }
H1.HeaderClassName
{
color: #0B0520;
}
.AnyTagClassName
{
color: #0B0520;
}
</style>
background-color css
<style>
a { background-color: #0B0520; }
a { background-color: rgb(11,5,32); }
div.DivClassName
{
background-color: #0B0520;
}
.BgClassName
{
background-color: #0B0520;
}
</style>
border-color css
<style>
span { border-color: #0B0520; }
span { border-color: rgb(11,5,32); }
td.TdClassName
{
border-color: #0B0520;
}
.TagClassName
{
border-color: #0B0520;
}
</style>