Shades of Black Russian #0B0328
Tints of Black Russian #0B0328
RGB
CMYK
RGB Variations
Color information
#0B0328 (or 0x0B0328) is known color: Black Russian. HEX triplet: 0B, 03 and 28. RGB value is (11,3,40). Sum of RGB (Red+Green+Blue) = 11+3+40=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0328 is #F4FCD7. Grayscale: #090909. Windows color (decimal): -16055512 or 2622219. OLE color: 2622219.
HSL color Cylindrical-coordinate representation of color #0B0328: hue angle of 252.97º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0328 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 3 | 40 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.84 |
| HSL | 252.97º | 0.86% | 0.08% | - |
| HSV(B) | 252.97º | 0.93% | 0.16% | - |
| XYZ | 0.55 | 0.29 | 2.03 | - |
| YUV | 9.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 40 | 0.72 | 0.93 | 0 | 0.84 | 252.97 | 0.86 | 0.08 |
| Hex | B | 3 | 28 | 48 | 5D | 0 | 54 | FD | 56 | 8 |
| Octal | 13 | 3 | 50 | 110 | 135 | 0 | 124 | 375 | 126 | 10 |
| Binary | 1011 | 11 | 101000 | 1001000 | 1011101 | 0 | 1010100 | 11111101 | 1010110 | 1000 |
Color Harmonies of #0B0328
Complementary color
Monochromatic Colors of #0B0328
Black with #0B0328
Text Example
Text Example
White with #0B0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0328; }
p { color: rgb(11,3,40); }
H1.HeaderClassName
{
color: #0B0328;
}
.AnyTagClassName
{
color: #0B0328;
}
</style>
background-color css
<style>
a { background-color: #0B0328; }
a { background-color: rgb(11,3,40); }
div.DivClassName
{
background-color: #0B0328;
}
.BgClassName
{
background-color: #0B0328;
}
</style>
border-color css
<style>
span { border-color: #0B0328; }
span { border-color: rgb(11,3,40); }
td.TdClassName
{
border-color: #0B0328;
}
.TagClassName
{
border-color: #0B0328;
}
</style>