Shades of Black Russian #0B032F
Tints of Black Russian #0B032F
RGB
CMYK
RGB Variations
Color information
#0B032F (or 0x0B032F) is known color: Black Russian. HEX triplet: 0B, 03 and 2F. RGB value is (11,3,47). Sum of RGB (Red+Green+Blue) = 11+3+47=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B032F is #F4FCD0. Grayscale: #0A0A0A. Windows color (decimal): -16055505 or 3080971. OLE color: 3080971.
HSL color Cylindrical-coordinate representation of color #0B032F: hue angle of 250.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B032F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 3 | 47 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.82 |
| HSL | 250.91º | 0.88% | 0.1% | - |
| HSV(B) | 250.91º | 0.94% | 0.18% | - |
| XYZ | 0.68 | 0.34 | 2.72 | - |
| YUV | 10.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 47 | 0.77 | 0.94 | 0 | 0.82 | 250.91 | 0.88 | 0.1 |
| Hex | B | 3 | 2F | 4D | 5E | 0 | 52 | FB | 58 | A |
| Octal | 13 | 3 | 57 | 115 | 136 | 0 | 122 | 373 | 130 | 12 |
| Binary | 1011 | 11 | 101111 | 1001101 | 1011110 | 0 | 1010010 | 11111011 | 1011000 | 1010 |
Color Harmonies of #0B032F
Complementary color
Monochromatic Colors of #0B032F
Black with #0B032F
Text Example
Text Example
White with #0B032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B032F; }
p { color: rgb(11,3,47); }
H1.HeaderClassName
{
color: #0B032F;
}
.AnyTagClassName
{
color: #0B032F;
}
</style>
background-color css
<style>
a { background-color: #0B032F; }
a { background-color: rgb(11,3,47); }
div.DivClassName
{
background-color: #0B032F;
}
.BgClassName
{
background-color: #0B032F;
}
</style>
border-color css
<style>
span { border-color: #0B032F; }
span { border-color: rgb(11,3,47); }
td.TdClassName
{
border-color: #0B032F;
}
.TagClassName
{
border-color: #0B032F;
}
</style>