Shades of Melanzane #32202E
Tints of Melanzane #32202E
RGB
CMYK
RGB Variations
Color information
#32202E (or 0x32202E) is known color: Melanzane. HEX triplet: 32, 20 and 2E. RGB value is (50,32,46). Sum of RGB (Red+Green+Blue) = 50+32+46=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #32202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32202E is #CDDFD1. Grayscale: #262626. Windows color (decimal): -13492178 or 3022898. OLE color: 3022898.
HSL color Cylindrical-coordinate representation of color #32202E: hue angle of 313.33º 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 #32202E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 46 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.80 |
| HSL | 313.33º | 0.22% | 0.16% | - |
| HSV(B) | 313.33º | 0.36% | 0.2% | - |
| XYZ | 2.33 | 1.91 | 2.83 | - |
| YUV | 38.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 46 | 0 | 0.36 | 0.08 | 0.80 | 313.33 | 0.22 | 0.16 |
| Hex | 32 | 20 | 2E | 0 | 24 | 8 | 50 | 139 | 16 | 10 |
| Octal | 62 | 40 | 56 | 0 | 44 | 10 | 120 | 471 | 26 | 20 |
| Binary | 110010 | 100000 | 101110 | 0 | 100100 | 1000 | 1010000 | 100111001 | 10110 | 10000 |
Color Harmonies of #32202E
Complementary color
Monochromatic Colors of #32202E
Black with #32202E
Text Example
Text Example
White with #32202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32202E; }
p { color: rgb(50,32,46); }
H1.HeaderClassName
{
color: #32202E;
}
.AnyTagClassName
{
color: #32202E;
}
</style>
background-color css
<style>
a { background-color: #32202E; }
a { background-color: rgb(50,32,46); }
div.DivClassName
{
background-color: #32202E;
}
.BgClassName
{
background-color: #32202E;
}
</style>
border-color css
<style>
span { border-color: #32202E; }
span { border-color: rgb(50,32,46); }
td.TdClassName
{
border-color: #32202E;
}
.TagClassName
{
border-color: #32202E;
}
</style>