Shades of Black Russian #070329
Tints of Black Russian #070329
RGB
CMYK
RGB Variations
Color information
#070329 (or 0x070329) is known color: Black Russian. HEX triplet: 07, 03 and 29. RGB value is (7,3,41). Sum of RGB (Red+Green+Blue) = 7+3+41=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 41 (16.41% from 255 or 80.39% from 51); Max value from RGB is 41 - color contains mainly: blue. Hex color #070329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070329 is #F8FCD6. Grayscale: #080808. Windows color (decimal): -16317655 or 2687751. OLE color: 2687751.
HSL color Cylindrical-coordinate representation of color #070329: hue angle of 246.32º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070329 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 3 | 41 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.84 |
| HSL | 246.32º | 0.86% | 0.09% | - |
| HSV(B) | 246.32º | 0.93% | 0.16% | - |
| XYZ | 0.52 | 0.27 | 2.12 | - |
| YUV | 8.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 41 | 0.83 | 0.93 | 0 | 0.84 | 246.32 | 0.86 | 0.09 |
| Hex | 7 | 3 | 29 | 53 | 5D | 0 | 54 | F6 | 56 | 9 |
| Octal | 7 | 3 | 51 | 123 | 135 | 0 | 124 | 366 | 126 | 11 |
| Binary | 111 | 11 | 101001 | 1010011 | 1011101 | 0 | 1010100 | 11110110 | 1010110 | 1001 |
Color Harmonies of #070329
Complementary color
Monochromatic Colors of #070329
Black with #070329
Text Example
Text Example
White with #070329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070329; }
p { color: rgb(7,3,41); }
H1.HeaderClassName
{
color: #070329;
}
.AnyTagClassName
{
color: #070329;
}
</style>
background-color css
<style>
a { background-color: #070329; }
a { background-color: rgb(7,3,41); }
div.DivClassName
{
background-color: #070329;
}
.BgClassName
{
background-color: #070329;
}
</style>
border-color css
<style>
span { border-color: #070329; }
span { border-color: rgb(7,3,41); }
td.TdClassName
{
border-color: #070329;
}
.TagClassName
{
border-color: #070329;
}
</style>