Shades of Black Russian #070229
Tints of Black Russian #070229
RGB
CMYK
RGB Variations
Color information
#070229 (or 0x070229) is known color: Black Russian. HEX triplet: 07, 02 and 29. RGB value is (7,2,41). Sum of RGB (Red+Green+Blue) = 7+2+41=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 41 (16.41% from 255 or 82% from 50); Max value from RGB is 41 - color contains mainly: blue. Hex color #070229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070229 is #F8FDD6. Grayscale: #070707. Windows color (decimal): -16317911 or 2687495. OLE color: 2687495.
HSL color Cylindrical-coordinate representation of color #070229: hue angle of 247.69º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070229 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 2 | 41 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.84 |
| HSL | 247.69º | 0.91% | 0.08% | - |
| HSV(B) | 247.69º | 0.95% | 0.16% | - |
| XYZ | 0.51 | 0.25 | 2.12 | - |
| YUV | 7.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 41 | 0.83 | 0.95 | 0 | 0.84 | 247.69 | 0.91 | 0.08 |
| Hex | 7 | 2 | 29 | 53 | 5F | 0 | 54 | F8 | 5B | 8 |
| Octal | 7 | 2 | 51 | 123 | 137 | 0 | 124 | 370 | 133 | 10 |
| Binary | 111 | 10 | 101001 | 1010011 | 1011111 | 0 | 1010100 | 11111000 | 1011011 | 1000 |
Color Harmonies of #070229
Complementary color
Monochromatic Colors of #070229
Black with #070229
Text Example
Text Example
White with #070229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070229; }
p { color: rgb(7,2,41); }
H1.HeaderClassName
{
color: #070229;
}
.AnyTagClassName
{
color: #070229;
}
</style>
background-color css
<style>
a { background-color: #070229; }
a { background-color: rgb(7,2,41); }
div.DivClassName
{
background-color: #070229;
}
.BgClassName
{
background-color: #070229;
}
</style>
border-color css
<style>
span { border-color: #070229; }
span { border-color: rgb(7,2,41); }
td.TdClassName
{
border-color: #070229;
}
.TagClassName
{
border-color: #070229;
}
</style>