Shades of Black Russian #0B0628
Tints of Black Russian #0B0628
RGB
CMYK
RGB Variations
Color information
#0B0628 (or 0x0B0628) is known color: Black Russian. HEX triplet: 0B, 06 and 28. RGB value is (11,6,40). Sum of RGB (Red+Green+Blue) = 11+6+40=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0628 is #F4F9D7. Grayscale: #0B0B0B. Windows color (decimal): -16054744 or 2622987. OLE color: 2622987.
HSL color Cylindrical-coordinate representation of color #0B0628: hue angle of 248.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0628 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 6 | 40 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.84 |
| HSL | 248.82º | 0.74% | 0.09% | - |
| HSV(B) | 248.82º | 0.85% | 0.16% | - |
| XYZ | 0.59 | 0.35 | 2.05 | - |
| YUV | 11.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 40 | 0.72 | 0.85 | 0 | 0.84 | 248.82 | 0.74 | 0.09 |
| Hex | B | 6 | 28 | 48 | 55 | 0 | 54 | F9 | 4A | 9 |
| Octal | 13 | 6 | 50 | 110 | 125 | 0 | 124 | 371 | 112 | 11 |
| Binary | 1011 | 110 | 101000 | 1001000 | 1010101 | 0 | 1010100 | 11111001 | 1001010 | 1001 |
Color Harmonies of #0B0628
Complementary color
Monochromatic Colors of #0B0628
Black with #0B0628
Text Example
Text Example
White with #0B0628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0628; }
p { color: rgb(11,6,40); }
H1.HeaderClassName
{
color: #0B0628;
}
.AnyTagClassName
{
color: #0B0628;
}
</style>
background-color css
<style>
a { background-color: #0B0628; }
a { background-color: rgb(11,6,40); }
div.DivClassName
{
background-color: #0B0628;
}
.BgClassName
{
background-color: #0B0628;
}
</style>
border-color css
<style>
span { border-color: #0B0628; }
span { border-color: rgb(11,6,40); }
td.TdClassName
{
border-color: #0B0628;
}
.TagClassName
{
border-color: #0B0628;
}
</style>