Shades of Black Russian #0B0428
Tints of Black Russian #0B0428
RGB
CMYK
RGB Variations
Color information
#0B0428 (or 0x0B0428) is known color: Black Russian. HEX triplet: 0B, 04 and 28. RGB value is (11,4,40). Sum of RGB (Red+Green+Blue) = 11+4+40=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0428 is #F4FBD7. Grayscale: #0A0A0A. Windows color (decimal): -16055256 or 2622475. OLE color: 2622475.
HSL color Cylindrical-coordinate representation of color #0B0428: hue angle of 251.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0428 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 4 | 40 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.84 |
| HSL | 251.67º | 0.82% | 0.09% | - |
| HSV(B) | 251.67º | 0.9% | 0.16% | - |
| XYZ | 0.56 | 0.31 | 2.04 | - |
| YUV | 10.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 40 | 0.72 | 0.90 | 0 | 0.84 | 251.67 | 0.82 | 0.09 |
| Hex | B | 4 | 28 | 48 | 5A | 0 | 54 | FC | 52 | 9 |
| Octal | 13 | 4 | 50 | 110 | 132 | 0 | 124 | 374 | 122 | 11 |
| Binary | 1011 | 100 | 101000 | 1001000 | 1011010 | 0 | 1010100 | 11111100 | 1010010 | 1001 |
Color Harmonies of #0B0428
Complementary color
Monochromatic Colors of #0B0428
Black with #0B0428
Text Example
Text Example
White with #0B0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0428; }
p { color: rgb(11,4,40); }
H1.HeaderClassName
{
color: #0B0428;
}
.AnyTagClassName
{
color: #0B0428;
}
</style>
background-color css
<style>
a { background-color: #0B0428; }
a { background-color: rgb(11,4,40); }
div.DivClassName
{
background-color: #0B0428;
}
.BgClassName
{
background-color: #0B0428;
}
</style>
border-color css
<style>
span { border-color: #0B0428; }
span { border-color: rgb(11,4,40); }
td.TdClassName
{
border-color: #0B0428;
}
.TagClassName
{
border-color: #0B0428;
}
</style>