Shades of Black Russian #0B042A
Tints of Black Russian #0B042A
RGB
CMYK
RGB Variations
Color information
#0B042A (or 0x0B042A) is known color: Black Russian. HEX triplet: 0B, 04 and 2A. RGB value is (11,4,42). Sum of RGB (Red+Green+Blue) = 11+4+42=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B042A is #F4FBD5. Grayscale: #0A0A0A. Windows color (decimal): -16055254 or 2753547. OLE color: 2753547.
HSL color Cylindrical-coordinate representation of color #0B042A: hue angle of 251.05º degrees, saturation: 0.83, 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 #0B042A is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 4 | 42 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.84 |
| HSL | 251.05º | 0.83% | 0.09% | - |
| HSV(B) | 251.05º | 0.9% | 0.16% | - |
| XYZ | 0.6 | 0.33 | 2.22 | - |
| YUV | 10.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 42 | 0.74 | 0.90 | 0 | 0.84 | 251.05 | 0.83 | 0.09 |
| Hex | B | 4 | 2A | 4A | 5A | 0 | 54 | FB | 53 | 9 |
| Octal | 13 | 4 | 52 | 112 | 132 | 0 | 124 | 373 | 123 | 11 |
| Binary | 1011 | 100 | 101010 | 1001010 | 1011010 | 0 | 1010100 | 11111011 | 1010011 | 1001 |
Color Harmonies of #0B042A
Complementary color
Monochromatic Colors of #0B042A
Black with #0B042A
Text Example
Text Example
White with #0B042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B042A; }
p { color: rgb(11,4,42); }
H1.HeaderClassName
{
color: #0B042A;
}
.AnyTagClassName
{
color: #0B042A;
}
</style>
background-color css
<style>
a { background-color: #0B042A; }
a { background-color: rgb(11,4,42); }
div.DivClassName
{
background-color: #0B042A;
}
.BgClassName
{
background-color: #0B042A;
}
</style>
border-color css
<style>
span { border-color: #0B042A; }
span { border-color: rgb(11,4,42); }
td.TdClassName
{
border-color: #0B042A;
}
.TagClassName
{
border-color: #0B042A;
}
</style>