Shades of Black Russian #0B1528
Tints of Black Russian #0B1528
RGB
CMYK
RGB Variations
Color information
#0B1528 (or 0x0B1528) is known color: Black Russian. HEX triplet: 0B, 15 and 28. RGB value is (11,21,40). Sum of RGB (Red+Green+Blue) = 11+21+40=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1528 is #F4EAD7. Grayscale: #141414. Windows color (decimal): -16050904 or 2626827. OLE color: 2626827.
HSL color Cylindrical-coordinate representation of color #0B1528: hue angle of 219.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1528 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 21 | 40 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.84 |
| HSL | 219.31º | 0.57% | 0.1% | - |
| HSV(B) | 219.31º | 0.73% | 0.16% | - |
| XYZ | 0.79 | 0.76 | 2.11 | - |
| YUV | 20.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 40 | 0.72 | 0.48 | 0 | 0.84 | 219.31 | 0.57 | 0.1 |
| Hex | B | 15 | 28 | 48 | 30 | 0 | 54 | DB | 39 | A |
| Octal | 13 | 25 | 50 | 110 | 60 | 0 | 124 | 333 | 71 | 12 |
| Binary | 1011 | 10101 | 101000 | 1001000 | 110000 | 0 | 1010100 | 11011011 | 111001 | 1010 |
Color Harmonies of #0B1528
Complementary color
Monochromatic Colors of #0B1528
Black with #0B1528
Text Example
Text Example
White with #0B1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1528; }
p { color: rgb(11,21,40); }
H1.HeaderClassName
{
color: #0B1528;
}
.AnyTagClassName
{
color: #0B1528;
}
</style>
background-color css
<style>
a { background-color: #0B1528; }
a { background-color: rgb(11,21,40); }
div.DivClassName
{
background-color: #0B1528;
}
.BgClassName
{
background-color: #0B1528;
}
</style>
border-color css
<style>
span { border-color: #0B1528; }
span { border-color: rgb(11,21,40); }
td.TdClassName
{
border-color: #0B1528;
}
.TagClassName
{
border-color: #0B1528;
}
</style>