Shades of Melanzane #080005
Tints of Melanzane #080005
RGB
CMYK
RGB Variations
Color information
#080005 (or 0x080005) is known color: Melanzane. HEX triplet: 08, 00 and 05. RGB value is (8,0,5). Sum of RGB (Red+Green+Blue) = 8+0+5=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080005 is #F7FFFA. Grayscale: #020202. Windows color (decimal): -16252923 or 327688. OLE color: 327688.
HSL color Cylindrical-coordinate representation of color #080005: hue angle of 322.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080005 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.38 | 0.97 |
| HSL | 322.5º | 1% | 0.02% | - |
| HSV(B) | 322.5º | 1% | 0.03% | - |
| XYZ | 0.13 | 0.06 | 0.15 | - |
| YUV | 2.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 5 | 0 | 1 | 0.38 | 0.97 | 322.5 | 1 | 0.02 |
| Hex | 8 | 0 | 5 | 0 | 64 | 26 | 61 | 142 | 64 | 2 |
| Octal | 10 | 0 | 5 | 0 | 144 | 46 | 141 | 502 | 144 | 2 |
| Binary | 1000 | 0 | 101 | 0 | 1100100 | 100110 | 1100001 | 101000010 | 1100100 | 10 |
Color Harmonies of #080005
Complementary color
Monochromatic Colors of #080005
Black with #080005
Text Example
Text Example
White with #080005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080005; }
p { color: rgb(8,0,5); }
H1.HeaderClassName
{
color: #080005;
}
.AnyTagClassName
{
color: #080005;
}
</style>
background-color css
<style>
a { background-color: #080005; }
a { background-color: rgb(8,0,5); }
div.DivClassName
{
background-color: #080005;
}
.BgClassName
{
background-color: #080005;
}
</style>
border-color css
<style>
span { border-color: #080005; }
span { border-color: rgb(8,0,5); }
td.TdClassName
{
border-color: #080005;
}
.TagClassName
{
border-color: #080005;
}
</style>