Shades of Black Russian #0B0536
Tints of Black Russian #0B0536
RGB
CMYK
RGB Variations
Color information
#0B0536 (or 0x0B0536) is known color: Black Russian. HEX triplet: 0B, 05 and 36. RGB value is (11,5,54). Sum of RGB (Red+Green+Blue) = 11+5+54=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B0536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0536 is #F4FAC9. Grayscale: #0C0C0C. Windows color (decimal): -16054986 or 3540235. OLE color: 3540235.
HSL color Cylindrical-coordinate representation of color #0B0536: hue angle of 247.35º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0536 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 5 | 54 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.79 |
| HSL | 247.35º | 0.83% | 0.12% | - |
| HSV(B) | 247.35º | 0.91% | 0.21% | - |
| XYZ | 0.86 | 0.45 | 3.53 | - |
| YUV | 12.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 54 | 0.80 | 0.91 | 0 | 0.79 | 247.35 | 0.83 | 0.12 |
| Hex | B | 5 | 36 | 50 | 5B | 0 | 4F | F7 | 53 | C |
| Octal | 13 | 5 | 66 | 120 | 133 | 0 | 117 | 367 | 123 | 14 |
| Binary | 1011 | 101 | 110110 | 1010000 | 1011011 | 0 | 1001111 | 11110111 | 1010011 | 1100 |
Color Harmonies of #0B0536
Complementary color
Monochromatic Colors of #0B0536
Black with #0B0536
Text Example
Text Example
White with #0B0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0536; }
p { color: rgb(11,5,54); }
H1.HeaderClassName
{
color: #0B0536;
}
.AnyTagClassName
{
color: #0B0536;
}
</style>
background-color css
<style>
a { background-color: #0B0536; }
a { background-color: rgb(11,5,54); }
div.DivClassName
{
background-color: #0B0536;
}
.BgClassName
{
background-color: #0B0536;
}
</style>
border-color css
<style>
span { border-color: #0B0536; }
span { border-color: rgb(11,5,54); }
td.TdClassName
{
border-color: #0B0536;
}
.TagClassName
{
border-color: #0B0536;
}
</style>