Shades of Black Russian #0B042C
Tints of Black Russian #0B042C
RGB
CMYK
RGB Variations
Color information
#0B042C (or 0x0B042C) is known color: Black Russian. HEX triplet: 0B, 04 and 2C. RGB value is (11,4,44). Sum of RGB (Red+Green+Blue) = 11+4+44=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B042C is #F4FBD3. Grayscale: #0A0A0A. Windows color (decimal): -16055252 or 2884619. OLE color: 2884619.
HSL color Cylindrical-coordinate representation of color #0B042C: hue angle of 250.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B042C is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 4 | 44 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.83 |
| HSL | 250.5º | 0.83% | 0.09% | - |
| HSV(B) | 250.5º | 0.91% | 0.17% | - |
| XYZ | 0.64 | 0.34 | 2.41 | - |
| YUV | 10.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 44 | 0.75 | 0.91 | 0 | 0.83 | 250.5 | 0.83 | 0.09 |
| Hex | B | 4 | 2C | 4B | 5B | 0 | 53 | FB | 53 | 9 |
| Octal | 13 | 4 | 54 | 113 | 133 | 0 | 123 | 373 | 123 | 11 |
| Binary | 1011 | 100 | 101100 | 1001011 | 1011011 | 0 | 1010011 | 11111011 | 1010011 | 1001 |
Color Harmonies of #0B042C
Complementary color
Monochromatic Colors of #0B042C
Black with #0B042C
Text Example
Text Example
White with #0B042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B042C; }
p { color: rgb(11,4,44); }
H1.HeaderClassName
{
color: #0B042C;
}
.AnyTagClassName
{
color: #0B042C;
}
</style>
background-color css
<style>
a { background-color: #0B042C; }
a { background-color: rgb(11,4,44); }
div.DivClassName
{
background-color: #0B042C;
}
.BgClassName
{
background-color: #0B042C;
}
</style>
border-color css
<style>
span { border-color: #0B042C; }
span { border-color: rgb(11,4,44); }
td.TdClassName
{
border-color: #0B042C;
}
.TagClassName
{
border-color: #0B042C;
}
</style>