Shades of Melanzane #080407
Tints of Melanzane #080407
RGB
CMYK
RGB Variations
Color information
#080407 (or 0x080407) is known color: Melanzane. HEX triplet: 08, 04 and 07. RGB value is (8,4,7). Sum of RGB (Red+Green+Blue) = 8+4+7=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 8 - color contains mainly: red. Hex color #080407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080407 is #F7FBF8. Grayscale: #050505. Windows color (decimal): -16251897 or 459784. OLE color: 459784.
HSL color Cylindrical-coordinate representation of color #080407: hue angle of 315º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080407 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 4 | 7 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.97 |
| HSL | 315º | 0.33% | 0.02% | - |
| HSV(B) | 315º | 0.5% | 0.03% | - |
| XYZ | 0.18 | 0.15 | 0.22 | - |
| YUV | 5.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 7 | 0 | 0.5 | 0.13 | 0.97 | 315 | 0.33 | 0.02 |
| Hex | 8 | 4 | 7 | 0 | 32 | D | 61 | 13B | 21 | 2 |
| Octal | 10 | 4 | 7 | 0 | 62 | 15 | 141 | 473 | 41 | 2 |
| Binary | 1000 | 100 | 111 | 0 | 110010 | 1101 | 1100001 | 100111011 | 100001 | 10 |
Color Harmonies of #080407
Complementary color
Monochromatic Colors of #080407
Black with #080407
Text Example
Text Example
White with #080407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080407; }
p { color: rgb(8,4,7); }
H1.HeaderClassName
{
color: #080407;
}
.AnyTagClassName
{
color: #080407;
}
</style>
background-color css
<style>
a { background-color: #080407; }
a { background-color: rgb(8,4,7); }
div.DivClassName
{
background-color: #080407;
}
.BgClassName
{
background-color: #080407;
}
</style>
border-color css
<style>
span { border-color: #080407; }
span { border-color: rgb(8,4,7); }
td.TdClassName
{
border-color: #080407;
}
.TagClassName
{
border-color: #080407;
}
</style>