Shades of Black Russian #070521
Tints of Black Russian #070521
RGB
CMYK
RGB Variations
Color information
#070521 (or 0x070521) is known color: Black Russian. HEX triplet: 07, 05 and 21. RGB value is (7,5,33). Sum of RGB (Red+Green+Blue) = 7+5+33=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #070521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070521 is #F8FADE. Grayscale: #080808. Windows color (decimal): -16317151 or 2163975. OLE color: 2163975.
HSL color Cylindrical-coordinate representation of color #070521: hue angle of 244.29º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070521 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 5 | 33 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.87 |
| HSL | 244.29º | 0.74% | 0.07% | - |
| HSV(B) | 244.29º | 0.85% | 0.13% | - |
| XYZ | 0.42 | 0.26 | 1.47 | - |
| YUV | 8.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 33 | 0.79 | 0.85 | 0 | 0.87 | 244.29 | 0.74 | 0.07 |
| Hex | 7 | 5 | 21 | 4F | 55 | 0 | 57 | F4 | 4A | 7 |
| Octal | 7 | 5 | 41 | 117 | 125 | 0 | 127 | 364 | 112 | 7 |
| Binary | 111 | 101 | 100001 | 1001111 | 1010101 | 0 | 1010111 | 11110100 | 1001010 | 111 |
Color Harmonies of #070521
Complementary color
Monochromatic Colors of #070521
Black with #070521
Text Example
Text Example
White with #070521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070521; }
p { color: rgb(7,5,33); }
H1.HeaderClassName
{
color: #070521;
}
.AnyTagClassName
{
color: #070521;
}
</style>
background-color css
<style>
a { background-color: #070521; }
a { background-color: rgb(7,5,33); }
div.DivClassName
{
background-color: #070521;
}
.BgClassName
{
background-color: #070521;
}
</style>
border-color css
<style>
span { border-color: #070521; }
span { border-color: rgb(7,5,33); }
td.TdClassName
{
border-color: #070521;
}
.TagClassName
{
border-color: #070521;
}
</style>