Shades of Black Russian #0B1428
Tints of Black Russian #0B1428
RGB
CMYK
RGB Variations
Color information
#0B1428 (or 0x0B1428) is known color: Black Russian. HEX triplet: 0B, 14 and 28. RGB value is (11,20,40). Sum of RGB (Red+Green+Blue) = 11+20+40=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1428 is #F4EBD7. Grayscale: #131313. Windows color (decimal): -16051160 or 2626571. OLE color: 2626571.
HSL color Cylindrical-coordinate representation of color #0B1428: hue angle of 221.38º 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 #0B1428 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 20 | 40 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.84 |
| HSL | 221.38º | 0.57% | 0.1% | - |
| HSV(B) | 221.38º | 0.73% | 0.16% | - |
| XYZ | 0.77 | 0.72 | 2.11 | - |
| YUV | 19.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 40 | 0.72 | 0.5 | 0 | 0.84 | 221.38 | 0.57 | 0.1 |
| Hex | B | 14 | 28 | 48 | 32 | 0 | 54 | DD | 39 | A |
| Octal | 13 | 24 | 50 | 110 | 62 | 0 | 124 | 335 | 71 | 12 |
| Binary | 1011 | 10100 | 101000 | 1001000 | 110010 | 0 | 1010100 | 11011101 | 111001 | 1010 |
Color Harmonies of #0B1428
Complementary color
Monochromatic Colors of #0B1428
Black with #0B1428
Text Example
Text Example
White with #0B1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1428; }
p { color: rgb(11,20,40); }
H1.HeaderClassName
{
color: #0B1428;
}
.AnyTagClassName
{
color: #0B1428;
}
</style>
background-color css
<style>
a { background-color: #0B1428; }
a { background-color: rgb(11,20,40); }
div.DivClassName
{
background-color: #0B1428;
}
.BgClassName
{
background-color: #0B1428;
}
</style>
border-color css
<style>
span { border-color: #0B1428; }
span { border-color: rgb(11,20,40); }
td.TdClassName
{
border-color: #0B1428;
}
.TagClassName
{
border-color: #0B1428;
}
</style>