Shades of Black Russian #070220
Tints of Black Russian #070220
RGB
CMYK
RGB Variations
Color information
#070220 (or 0x070220) is known color: Black Russian. HEX triplet: 07, 02 and 20. RGB value is (7,2,32). Sum of RGB (Red+Green+Blue) = 7+2+32=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #070220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070220 is #F8FDDF. Grayscale: #060606. Windows color (decimal): -16317920 or 2097671. OLE color: 2097671.
HSL color Cylindrical-coordinate representation of color #070220: hue angle of 250º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070220 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 2 | 32 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.87 |
| HSL | 250º | 0.88% | 0.07% | - |
| HSV(B) | 250º | 0.94% | 0.13% | - |
| XYZ | 0.37 | 0.19 | 1.38 | - |
| YUV | 6.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 32 | 0.78 | 0.94 | 0 | 0.87 | 250 | 0.88 | 0.07 |
| Hex | 7 | 2 | 20 | 4E | 5E | 0 | 57 | FA | 58 | 7 |
| Octal | 7 | 2 | 40 | 116 | 136 | 0 | 127 | 372 | 130 | 7 |
| Binary | 111 | 10 | 100000 | 1001110 | 1011110 | 0 | 1010111 | 11111010 | 1011000 | 111 |
Color Harmonies of #070220
Complementary color
Monochromatic Colors of #070220
Black with #070220
Text Example
Text Example
White with #070220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070220; }
p { color: rgb(7,2,32); }
H1.HeaderClassName
{
color: #070220;
}
.AnyTagClassName
{
color: #070220;
}
</style>
background-color css
<style>
a { background-color: #070220; }
a { background-color: rgb(7,2,32); }
div.DivClassName
{
background-color: #070220;
}
.BgClassName
{
background-color: #070220;
}
</style>
border-color css
<style>
span { border-color: #070220; }
span { border-color: rgb(7,2,32); }
td.TdClassName
{
border-color: #070220;
}
.TagClassName
{
border-color: #070220;
}
</style>