Shades of Black Russian #0B072F
Tints of Black Russian #0B072F
RGB
CMYK
RGB Variations
Color information
#0B072F (or 0x0B072F) is known color: Black Russian. HEX triplet: 0B, 07 and 2F. RGB value is (11,7,47). Sum of RGB (Red+Green+Blue) = 11+7+47=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B072F is #F4F8D0. Grayscale: #0C0C0C. Windows color (decimal): -16054481 or 3081995. OLE color: 3081995.
HSL color Cylindrical-coordinate representation of color #0B072F: hue angle of 246º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B072F is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 7 | 47 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.82 |
| HSL | 246º | 0.74% | 0.11% | - |
| HSV(B) | 246º | 0.85% | 0.18% | - |
| XYZ | 0.73 | 0.43 | 2.73 | - |
| YUV | 12.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 47 | 0.77 | 0.85 | 0 | 0.82 | 246 | 0.74 | 0.11 |
| Hex | B | 7 | 2F | 4D | 55 | 0 | 52 | F6 | 4A | B |
| Octal | 13 | 7 | 57 | 115 | 125 | 0 | 122 | 366 | 112 | 13 |
| Binary | 1011 | 111 | 101111 | 1001101 | 1010101 | 0 | 1010010 | 11110110 | 1001010 | 1011 |
Color Harmonies of #0B072F
Complementary color
Monochromatic Colors of #0B072F
Black with #0B072F
Text Example
Text Example
White with #0B072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B072F; }
p { color: rgb(11,7,47); }
H1.HeaderClassName
{
color: #0B072F;
}
.AnyTagClassName
{
color: #0B072F;
}
</style>
background-color css
<style>
a { background-color: #0B072F; }
a { background-color: rgb(11,7,47); }
div.DivClassName
{
background-color: #0B072F;
}
.BgClassName
{
background-color: #0B072F;
}
</style>
border-color css
<style>
span { border-color: #0B072F; }
span { border-color: rgb(11,7,47); }
td.TdClassName
{
border-color: #0B072F;
}
.TagClassName
{
border-color: #0B072F;
}
</style>