Shades of Black Russian #070021
Tints of Black Russian #070021
RGB
CMYK
RGB Variations
Color information
#070021 (or 0x070021) is known color: Black Russian. HEX triplet: 07, 00 and 21. RGB value is (7,0,33). Sum of RGB (Red+Green+Blue) = 7+0+33=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #070021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070021 is #F8FFDE. Grayscale: #050505. Windows color (decimal): -16318431 or 2162695. OLE color: 2162695.
HSL color Cylindrical-coordinate representation of color #070021: hue angle of 252.73º 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 #070021 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 0 | 33 | - |
| CMYK | 0.79 | 1 | 0 | 0.87 |
| HSL | 252.73º | 1% | 0.06% | - |
| HSV(B) | 252.73º | 1% | 0.13% | - |
| XYZ | 0.36 | 0.15 | 1.45 | - |
| YUV | 5.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 33 | 0.79 | 1 | 0 | 0.87 | 252.73 | 1 | 0.06 |
| Hex | 7 | 0 | 21 | 4F | 64 | 0 | 57 | FD | 64 | 6 |
| Octal | 7 | 0 | 41 | 117 | 144 | 0 | 127 | 375 | 144 | 6 |
| Binary | 111 | 0 | 100001 | 1001111 | 1100100 | 0 | 1010111 | 11111101 | 1100100 | 110 |
Color Harmonies of #070021
Complementary color
Monochromatic Colors of #070021
Black with #070021
Text Example
Text Example
White with #070021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070021; }
p { color: rgb(7,0,33); }
H1.HeaderClassName
{
color: #070021;
}
.AnyTagClassName
{
color: #070021;
}
</style>
background-color css
<style>
a { background-color: #070021; }
a { background-color: rgb(7,0,33); }
div.DivClassName
{
background-color: #070021;
}
.BgClassName
{
background-color: #070021;
}
</style>
border-color css
<style>
span { border-color: #070021; }
span { border-color: rgb(7,0,33); }
td.TdClassName
{
border-color: #070021;
}
.TagClassName
{
border-color: #070021;
}
</style>