Shades of Black Russian #070B2E
Tints of Black Russian #070B2E
RGB
CMYK
RGB Variations
Color information
#070B2E (or 0x070B2E) is known color: Black Russian. HEX triplet: 07, 0B and 2E. RGB value is (7,11,46). Sum of RGB (Red+Green+Blue) = 7+11+46=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 11 (4.69% from 255 or 17.19% 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 #070B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B2E is #F8F4D1. Grayscale: #0D0D0D. Windows color (decimal): -16315602 or 3017479. OLE color: 3017479.
HSL color Cylindrical-coordinate representation of color #070B2E: hue angle of 233.85º 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 #070B2E is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 11 | 46 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.82 |
| HSL | 233.85º | 0.74% | 0.1% | - |
| HSV(B) | 233.85º | 0.85% | 0.18% | - |
| XYZ | 0.7 | 0.48 | 2.64 | - |
| YUV | 13.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 46 | 0.85 | 0.76 | 0 | 0.82 | 233.85 | 0.74 | 0.1 |
| Hex | 7 | B | 2E | 55 | 4C | 0 | 52 | EA | 4A | A |
| Octal | 7 | 13 | 56 | 125 | 114 | 0 | 122 | 352 | 112 | 12 |
| Binary | 111 | 1011 | 101110 | 1010101 | 1001100 | 0 | 1010010 | 11101010 | 1001010 | 1010 |
Color Harmonies of #070B2E
Complementary color
Monochromatic Colors of #070B2E
Black with #070B2E
Text Example
Text Example
White with #070B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B2E; }
p { color: rgb(7,11,46); }
H1.HeaderClassName
{
color: #070B2E;
}
.AnyTagClassName
{
color: #070B2E;
}
</style>
background-color css
<style>
a { background-color: #070B2E; }
a { background-color: rgb(7,11,46); }
div.DivClassName
{
background-color: #070B2E;
}
.BgClassName
{
background-color: #070B2E;
}
</style>
border-color css
<style>
span { border-color: #070B2E; }
span { border-color: rgb(7,11,46); }
td.TdClassName
{
border-color: #070B2E;
}
.TagClassName
{
border-color: #070B2E;
}
</style>