Shades of Black Russian #0B072E
Tints of Black Russian #0B072E
RGB
CMYK
RGB Variations
Color information
#0B072E (or 0x0B072E) is known color: Black Russian. HEX triplet: 0B, 07 and 2E. RGB value is (11,7,46). Sum of RGB (Red+Green+Blue) = 11+7+46=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B072E is #F4F8D1. Grayscale: #0C0C0C. Windows color (decimal): -16054482 or 3016459. OLE color: 3016459.
HSL color Cylindrical-coordinate representation of color #0B072E: hue angle of 246.15º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B072E is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 7 | 46 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.82 |
| HSL | 246.15º | 0.74% | 0.1% | - |
| HSV(B) | 246.15º | 0.85% | 0.18% | - |
| XYZ | 0.71 | 0.42 | 2.63 | - |
| YUV | 12.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 46 | 0.76 | 0.85 | 0 | 0.82 | 246.15 | 0.74 | 0.1 |
| Hex | B | 7 | 2E | 4C | 55 | 0 | 52 | F6 | 4A | A |
| Octal | 13 | 7 | 56 | 114 | 125 | 0 | 122 | 366 | 112 | 12 |
| Binary | 1011 | 111 | 101110 | 1001100 | 1010101 | 0 | 1010010 | 11110110 | 1001010 | 1010 |
Color Harmonies of #0B072E
Complementary color
Monochromatic Colors of #0B072E
Black with #0B072E
Text Example
Text Example
White with #0B072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B072E; }
p { color: rgb(11,7,46); }
H1.HeaderClassName
{
color: #0B072E;
}
.AnyTagClassName
{
color: #0B072E;
}
</style>
background-color css
<style>
a { background-color: #0B072E; }
a { background-color: rgb(11,7,46); }
div.DivClassName
{
background-color: #0B072E;
}
.BgClassName
{
background-color: #0B072E;
}
</style>
border-color css
<style>
span { border-color: #0B072E; }
span { border-color: rgb(11,7,46); }
td.TdClassName
{
border-color: #0B072E;
}
.TagClassName
{
border-color: #0B072E;
}
</style>