Shades of Black Russian #070020
Tints of Black Russian #070020
RGB
CMYK
RGB Variations
Color information
#070020 (or 0x070020) is known color: Black Russian. HEX triplet: 07, 00 and 20. RGB value is (7,0,32). Sum of RGB (Red+Green+Blue) = 7+0+32=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #070020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070020 is #F8FFDF. Grayscale: #050505. Windows color (decimal): -16318432 or 2097159. OLE color: 2097159.
HSL color Cylindrical-coordinate representation of color #070020: hue angle of 253.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070020 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 0 | 32 | - |
| CMYK | 0.78 | 1 | 0 | 0.87 |
| HSL | 253.13º | 1% | 0.06% | - |
| HSV(B) | 253.13º | 1% | 0.13% | - |
| XYZ | 0.35 | 0.15 | 1.38 | - |
| YUV | 5.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 32 | 0.78 | 1 | 0 | 0.87 | 253.13 | 1 | 0.06 |
| Hex | 7 | 0 | 20 | 4E | 64 | 0 | 57 | FD | 64 | 6 |
| Octal | 7 | 0 | 40 | 116 | 144 | 0 | 127 | 375 | 144 | 6 |
| Binary | 111 | 0 | 100000 | 1001110 | 1100100 | 0 | 1010111 | 11111101 | 1100100 | 110 |
Color Harmonies of #070020
Complementary color
Monochromatic Colors of #070020
Black with #070020
Text Example
Text Example
White with #070020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070020; }
p { color: rgb(7,0,32); }
H1.HeaderClassName
{
color: #070020;
}
.AnyTagClassName
{
color: #070020;
}
</style>
background-color css
<style>
a { background-color: #070020; }
a { background-color: rgb(7,0,32); }
div.DivClassName
{
background-color: #070020;
}
.BgClassName
{
background-color: #070020;
}
</style>
border-color css
<style>
span { border-color: #070020; }
span { border-color: rgb(7,0,32); }
td.TdClassName
{
border-color: #070020;
}
.TagClassName
{
border-color: #070020;
}
</style>