Shades of Black Russian #070B21
Tints of Black Russian #070B21
RGB
CMYK
RGB Variations
Color information
#070B21 (or 0x070B21) is known color: Black Russian. HEX triplet: 07, 0B and 21. RGB value is (7,11,33). Sum of RGB (Red+Green+Blue) = 7+11+33=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #070B21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B21 is #F8F4DE. Grayscale: #0C0C0C. Windows color (decimal): -16315615 or 2165511. OLE color: 2165511.
HSL color Cylindrical-coordinate representation of color #070B21: hue angle of 230.77º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #070B21 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 11 | 33 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.87 |
| HSL | 230.77º | 0.65% | 0.08% | - |
| HSV(B) | 230.77º | 0.79% | 0.13% | - |
| XYZ | 0.48 | 0.39 | 1.49 | - |
| YUV | 12.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 33 | 0.79 | 0.67 | 0 | 0.87 | 230.77 | 0.65 | 0.08 |
| Hex | 7 | B | 21 | 4F | 43 | 0 | 57 | E7 | 41 | 8 |
| Octal | 7 | 13 | 41 | 117 | 103 | 0 | 127 | 347 | 101 | 10 |
| Binary | 111 | 1011 | 100001 | 1001111 | 1000011 | 0 | 1010111 | 11100111 | 1000001 | 1000 |
Color Harmonies of #070B21
Complementary color
Monochromatic Colors of #070B21
Black with #070B21
Text Example
Text Example
White with #070B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B21; }
p { color: rgb(7,11,33); }
H1.HeaderClassName
{
color: #070B21;
}
.AnyTagClassName
{
color: #070B21;
}
</style>
background-color css
<style>
a { background-color: #070B21; }
a { background-color: rgb(7,11,33); }
div.DivClassName
{
background-color: #070B21;
}
.BgClassName
{
background-color: #070B21;
}
</style>
border-color css
<style>
span { border-color: #070B21; }
span { border-color: rgb(7,11,33); }
td.TdClassName
{
border-color: #070B21;
}
.TagClassName
{
border-color: #070B21;
}
</style>