Shades of Black Russian #070522
Tints of Black Russian #070522
RGB
CMYK
RGB Variations
Color information
#070522 (or 0x070522) is known color: Black Russian. HEX triplet: 07, 05 and 22. RGB value is (7,5,34). Sum of RGB (Red+Green+Blue) = 7+5+34=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 34 (13.67% from 255 or 73.91% from 46); Max value from RGB is 34 - color contains mainly: blue. Hex color #070522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070522 is #F8FADD. Grayscale: #080808. Windows color (decimal): -16317150 or 2229511. OLE color: 2229511.
HSL color Cylindrical-coordinate representation of color #070522: hue angle of 244.14º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070522 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 5 | 34 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.87 |
| HSL | 244.14º | 0.74% | 0.08% | - |
| HSV(B) | 244.14º | 0.85% | 0.13% | - |
| XYZ | 0.43 | 0.27 | 1.54 | - |
| YUV | 8.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 34 | 0.79 | 0.85 | 0 | 0.87 | 244.14 | 0.74 | 0.08 |
| Hex | 7 | 5 | 22 | 4F | 55 | 0 | 57 | F4 | 4A | 8 |
| Octal | 7 | 5 | 42 | 117 | 125 | 0 | 127 | 364 | 112 | 10 |
| Binary | 111 | 101 | 100010 | 1001111 | 1010101 | 0 | 1010111 | 11110100 | 1001010 | 1000 |
Color Harmonies of #070522
Complementary color
Monochromatic Colors of #070522
Black with #070522
Text Example
Text Example
White with #070522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070522; }
p { color: rgb(7,5,34); }
H1.HeaderClassName
{
color: #070522;
}
.AnyTagClassName
{
color: #070522;
}
</style>
background-color css
<style>
a { background-color: #070522; }
a { background-color: rgb(7,5,34); }
div.DivClassName
{
background-color: #070522;
}
.BgClassName
{
background-color: #070522;
}
</style>
border-color css
<style>
span { border-color: #070522; }
span { border-color: rgb(7,5,34); }
td.TdClassName
{
border-color: #070522;
}
.TagClassName
{
border-color: #070522;
}
</style>