Shades of Melanzane #070005
Tints of Melanzane #070005
RGB
CMYK
RGB Variations
Color information
#070005 (or 0x070005) is known color: Melanzane. HEX triplet: 07, 00 and 05. RGB value is (7,0,5). Sum of RGB (Red+Green+Blue) = 7+0+5=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070005 is #F8FFFA. Grayscale: #020202. Windows color (decimal): -16318459 or 327687. OLE color: 327687.
HSL color Cylindrical-coordinate representation of color #070005: hue angle of 317.14º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070005 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.29 | 0.97 |
| HSL | 317.14º | 1% | 0.01% | - |
| HSV(B) | 317.14º | 1% | 0.03% | - |
| XYZ | 0.12 | 0.06 | 0.15 | - |
| YUV | 2.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 5 | 0 | 1 | 0.29 | 0.97 | 317.14 | 1 | 0.01 |
| Hex | 7 | 0 | 5 | 0 | 64 | 1D | 61 | 13D | 64 | 1 |
| Octal | 7 | 0 | 5 | 0 | 144 | 35 | 141 | 475 | 144 | 1 |
| Binary | 111 | 0 | 101 | 0 | 1100100 | 11101 | 1100001 | 100111101 | 1100100 | 1 |
Color Harmonies of #070005
Complementary color
Monochromatic Colors of #070005
Black with #070005
Text Example
Text Example
White with #070005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070005; }
p { color: rgb(7,0,5); }
H1.HeaderClassName
{
color: #070005;
}
.AnyTagClassName
{
color: #070005;
}
</style>
background-color css
<style>
a { background-color: #070005; }
a { background-color: rgb(7,0,5); }
div.DivClassName
{
background-color: #070005;
}
.BgClassName
{
background-color: #070005;
}
</style>
border-color css
<style>
span { border-color: #070005; }
span { border-color: rgb(7,0,5); }
td.TdClassName
{
border-color: #070005;
}
.TagClassName
{
border-color: #070005;
}
</style>