Shades of Melanzane #32202C
Tints of Melanzane #32202C
RGB
CMYK
RGB Variations
Color information
#32202C (or 0x32202C) is known color: Melanzane. HEX triplet: 32, 20 and 2C. RGB value is (50,32,44). Sum of RGB (Red+Green+Blue) = 50+32+44=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #32202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32202C is #CDDFD3. Grayscale: #262626. Windows color (decimal): -13492180 or 2891826. OLE color: 2891826.
HSL color Cylindrical-coordinate representation of color #32202C: hue angle of 320º 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 #32202C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 44 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.80 |
| HSL | 320º | 0.22% | 0.16% | - |
| HSV(B) | 320º | 0.36% | 0.2% | - |
| XYZ | 2.29 | 1.89 | 2.63 | - |
| YUV | 38.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 44 | 0 | 0.36 | 0.12 | 0.80 | 320 | 0.22 | 0.16 |
| Hex | 32 | 20 | 2C | 0 | 24 | C | 50 | 140 | 16 | 10 |
| Octal | 62 | 40 | 54 | 0 | 44 | 14 | 120 | 500 | 26 | 20 |
| Binary | 110010 | 100000 | 101100 | 0 | 100100 | 1100 | 1010000 | 101000000 | 10110 | 10000 |
Color Harmonies of #32202C
Complementary color
Monochromatic Colors of #32202C
Black with #32202C
Text Example
Text Example
White with #32202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32202C; }
p { color: rgb(50,32,44); }
H1.HeaderClassName
{
color: #32202C;
}
.AnyTagClassName
{
color: #32202C;
}
</style>
background-color css
<style>
a { background-color: #32202C; }
a { background-color: rgb(50,32,44); }
div.DivClassName
{
background-color: #32202C;
}
.BgClassName
{
background-color: #32202C;
}
</style>
border-color css
<style>
span { border-color: #32202C; }
span { border-color: rgb(50,32,44); }
td.TdClassName
{
border-color: #32202C;
}
.TagClassName
{
border-color: #32202C;
}
</style>