Shades of Black Russian #070529
Tints of Black Russian #070529
RGB
CMYK
RGB Variations
Color information
#070529 (or 0x070529) is known color: Black Russian. HEX triplet: 07, 05 and 29. RGB value is (7,5,41). Sum of RGB (Red+Green+Blue) = 7+5+41=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 41 (16.41% from 255 or 77.36% from 53); Max value from RGB is 41 - color contains mainly: blue. Hex color #070529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070529 is #F8FAD6. Grayscale: #090909. Windows color (decimal): -16317143 or 2688263. OLE color: 2688263.
HSL color Cylindrical-coordinate representation of color #070529: hue angle of 243.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070529 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 5 | 41 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.84 |
| HSL | 243.33º | 0.78% | 0.09% | - |
| HSV(B) | 243.33º | 0.88% | 0.16% | - |
| XYZ | 0.54 | 0.31 | 2.13 | - |
| YUV | 9.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 41 | 0.83 | 0.88 | 0 | 0.84 | 243.33 | 0.78 | 0.09 |
| Hex | 7 | 5 | 29 | 53 | 58 | 0 | 54 | F3 | 4E | 9 |
| Octal | 7 | 5 | 51 | 123 | 130 | 0 | 124 | 363 | 116 | 11 |
| Binary | 111 | 101 | 101001 | 1010011 | 1011000 | 0 | 1010100 | 11110011 | 1001110 | 1001 |
Color Harmonies of #070529
Complementary color
Monochromatic Colors of #070529
Black with #070529
Text Example
Text Example
White with #070529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070529; }
p { color: rgb(7,5,41); }
H1.HeaderClassName
{
color: #070529;
}
.AnyTagClassName
{
color: #070529;
}
</style>
background-color css
<style>
a { background-color: #070529; }
a { background-color: rgb(7,5,41); }
div.DivClassName
{
background-color: #070529;
}
.BgClassName
{
background-color: #070529;
}
</style>
border-color css
<style>
span { border-color: #070529; }
span { border-color: rgb(7,5,41); }
td.TdClassName
{
border-color: #070529;
}
.TagClassName
{
border-color: #070529;
}
</style>