Shades of Melanzane #050204
Tints of Melanzane #050204
RGB
CMYK
RGB Variations
Color information
#050204 (or 0x050204) is known color: Melanzane. HEX triplet: 05, 02 and 04. RGB value is (5,2,4). Sum of RGB (Red+Green+Blue) = 5+2+4=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 5 - color contains mainly: red. Hex color #050204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050204 is #FAFDFB. Grayscale: #030303. Windows color (decimal): -16449020 or 262661. OLE color: 262661.
HSL color Cylindrical-coordinate representation of color #050204: hue angle of 320º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #050204 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.98.
Color convert
RGB | 5 | 2 | 4 | - |
CMYK | 0 | 0.60 | 0.20 | 0.98 |
HSL | 320º | 0.43% | 0.01% | - |
HSV(B) | 320º | 0.6% | 0.02% | - |
XYZ | 0.11 | 0.08 | 0.13 | - |
YUV | 3.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 2 | 4 | 0 | 0.60 | 0.20 | 0.98 | 320 | 0.43 | 0.01 |
Hex | 5 | 2 | 4 | 0 | 3C | 14 | 62 | 140 | 2B | 1 |
Octal | 5 | 2 | 4 | 0 | 74 | 24 | 142 | 500 | 53 | 1 |
Binary | 101 | 10 | 100 | 0 | 111100 | 10100 | 1100010 | 101000000 | 101011 | 1 |
Color Harmonies of #050204
Complementary color
Monochromatic Colors of #050204
Black with #050204
Text Example
Text Example
White with #050204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050204; }
p { color: rgb(5,2,4); }
H1.HeaderClassName
{
color: #050204;
}
.AnyTagClassName
{
color: #050204;
}
</style>
background-color css
<style>
a { background-color: #050204; }
a { background-color: rgb(5,2,4); }
div.DivClassName
{
background-color: #050204;
}
.BgClassName
{
background-color: #050204;
}
</style>
border-color css
<style>
span { border-color: #050204; }
span { border-color: rgb(5,2,4); }
td.TdClassName
{
border-color: #050204;
}
.TagClassName
{
border-color: #050204;
}
</style>