Shades of Melanzane #200919
Tints of Melanzane #200919
RGB
CMYK
RGB Variations
Color information
#200919 (or 0x200919) is known color: Melanzane. HEX triplet: 20, 09 and 19. RGB value is (32,9,25). Sum of RGB (Red+Green+Blue) = 32+9+25=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200919 is #DFF6E6. Grayscale: #111111. Windows color (decimal): -14677735 or 1640736. OLE color: 1640736.
HSL color Cylindrical-coordinate representation of color #200919: hue angle of 318.26º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200919 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 25 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.87 |
| HSL | 318.26º | 0.56% | 0.08% | - |
| HSV(B) | 318.26º | 0.72% | 0.13% | - |
| XYZ | 0.87 | 0.57 | 0.98 | - |
| YUV | 17.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 25 | 0 | 0.72 | 0.22 | 0.87 | 318.26 | 0.56 | 0.08 |
| Hex | 20 | 9 | 19 | 0 | 48 | 16 | 57 | 13E | 38 | 8 |
| Octal | 40 | 11 | 31 | 0 | 110 | 26 | 127 | 476 | 70 | 10 |
| Binary | 100000 | 1001 | 11001 | 0 | 1001000 | 10110 | 1010111 | 100111110 | 111000 | 1000 |
Color Harmonies of #200919
Complementary color
Monochromatic Colors of #200919
Black with #200919
Text Example
Text Example
White with #200919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200919; }
p { color: rgb(32,9,25); }
H1.HeaderClassName
{
color: #200919;
}
.AnyTagClassName
{
color: #200919;
}
</style>
background-color css
<style>
a { background-color: #200919; }
a { background-color: rgb(32,9,25); }
div.DivClassName
{
background-color: #200919;
}
.BgClassName
{
background-color: #200919;
}
</style>
border-color css
<style>
span { border-color: #200919; }
span { border-color: rgb(32,9,25); }
td.TdClassName
{
border-color: #200919;
}
.TagClassName
{
border-color: #200919;
}
</style>