Shades of Melanzane #32202D
Tints of Melanzane #32202D
RGB
CMYK
RGB Variations
Color information
#32202D (or 0x32202D) is known color: Melanzane. HEX triplet: 32, 20 and 2D. RGB value is (50,32,45). Sum of RGB (Red+Green+Blue) = 50+32+45=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #32202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32202D is #CDDFD2. Grayscale: #262626. Windows color (decimal): -13492179 or 2957362. OLE color: 2957362.
HSL color Cylindrical-coordinate representation of color #32202D: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32202D is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 45 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.80 |
| HSL | 316.67º | 0.22% | 0.16% | - |
| HSV(B) | 316.67º | 0.36% | 0.2% | - |
| XYZ | 2.31 | 1.9 | 2.73 | - |
| YUV | 38.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 45 | 0 | 0.36 | 0.10 | 0.80 | 316.67 | 0.22 | 0.16 |
| Hex | 32 | 20 | 2D | 0 | 24 | A | 50 | 13D | 16 | 10 |
| Octal | 62 | 40 | 55 | 0 | 44 | 12 | 120 | 475 | 26 | 20 |
| Binary | 110010 | 100000 | 101101 | 0 | 100100 | 1010 | 1010000 | 100111101 | 10110 | 10000 |
Color Harmonies of #32202D
Complementary color
Monochromatic Colors of #32202D
Black with #32202D
Text Example
Text Example
White with #32202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32202D; }
p { color: rgb(50,32,45); }
H1.HeaderClassName
{
color: #32202D;
}
.AnyTagClassName
{
color: #32202D;
}
</style>
background-color css
<style>
a { background-color: #32202D; }
a { background-color: rgb(50,32,45); }
div.DivClassName
{
background-color: #32202D;
}
.BgClassName
{
background-color: #32202D;
}
</style>
border-color css
<style>
span { border-color: #32202D; }
span { border-color: rgb(50,32,45); }
td.TdClassName
{
border-color: #32202D;
}
.TagClassName
{
border-color: #32202D;
}
</style>