Shades of Melanzane #200619
Tints of Melanzane #200619
RGB
CMYK
RGB Variations
Color information
#200619 (or 0x200619) is known color: Melanzane. HEX triplet: 20, 06 and 19. RGB value is (32,6,25). Sum of RGB (Red+Green+Blue) = 32+6+25=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #200619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200619 is #DFF9E6. Grayscale: #0F0F0F. Windows color (decimal): -14678503 or 1639968. OLE color: 1639968.
HSL color Cylindrical-coordinate representation of color #200619: hue angle of 316.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200619 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 6 | 25 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.87 |
| HSL | 316.15º | 0.68% | 0.07% | - |
| HSV(B) | 316.15º | 0.81% | 0.13% | - |
| XYZ | 0.84 | 0.51 | 0.97 | - |
| YUV | 15.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 25 | 0 | 0.81 | 0.22 | 0.87 | 316.15 | 0.68 | 0.07 |
| Hex | 20 | 6 | 19 | 0 | 51 | 16 | 57 | 13C | 44 | 7 |
| Octal | 40 | 6 | 31 | 0 | 121 | 26 | 127 | 474 | 104 | 7 |
| Binary | 100000 | 110 | 11001 | 0 | 1010001 | 10110 | 1010111 | 100111100 | 1000100 | 111 |
Color Harmonies of #200619
Complementary color
Monochromatic Colors of #200619
Black with #200619
Text Example
Text Example
White with #200619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200619; }
p { color: rgb(32,6,25); }
H1.HeaderClassName
{
color: #200619;
}
.AnyTagClassName
{
color: #200619;
}
</style>
background-color css
<style>
a { background-color: #200619; }
a { background-color: rgb(32,6,25); }
div.DivClassName
{
background-color: #200619;
}
.BgClassName
{
background-color: #200619;
}
</style>
border-color css
<style>
span { border-color: #200619; }
span { border-color: rgb(32,6,25); }
td.TdClassName
{
border-color: #200619;
}
.TagClassName
{
border-color: #200619;
}
</style>