Shades of Black Russian #070534
Tints of Black Russian #070534
RGB
CMYK
RGB Variations
Color information
#070534 (or 0x070534) is known color: Black Russian. HEX triplet: 07, 05 and 34. RGB value is (7,5,52). Sum of RGB (Red+Green+Blue) = 7+5+52=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #070534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070534 is #F8FACB. Grayscale: #0A0A0A. Windows color (decimal): -16317132 or 3409159. OLE color: 3409159.
HSL color Cylindrical-coordinate representation of color #070534: hue angle of 242.55º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070534 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 5 | 52 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.80 |
| HSL | 242.55º | 0.82% | 0.11% | - |
| HSV(B) | 242.55º | 0.9% | 0.2% | - |
| XYZ | 0.76 | 0.4 | 3.29 | - |
| YUV | 10.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 52 | 0.87 | 0.90 | 0 | 0.80 | 242.55 | 0.82 | 0.11 |
| Hex | 7 | 5 | 34 | 57 | 5A | 0 | 50 | F3 | 52 | B |
| Octal | 7 | 5 | 64 | 127 | 132 | 0 | 120 | 363 | 122 | 13 |
| Binary | 111 | 101 | 110100 | 1010111 | 1011010 | 0 | 1010000 | 11110011 | 1010010 | 1011 |
Color Harmonies of #070534
Complementary color
Monochromatic Colors of #070534
Black with #070534
Text Example
Text Example
White with #070534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070534; }
p { color: rgb(7,5,52); }
H1.HeaderClassName
{
color: #070534;
}
.AnyTagClassName
{
color: #070534;
}
</style>
background-color css
<style>
a { background-color: #070534; }
a { background-color: rgb(7,5,52); }
div.DivClassName
{
background-color: #070534;
}
.BgClassName
{
background-color: #070534;
}
</style>
border-color css
<style>
span { border-color: #070534; }
span { border-color: rgb(7,5,52); }
td.TdClassName
{
border-color: #070534;
}
.TagClassName
{
border-color: #070534;
}
</style>