Shades of Melanzane #32202F
Tints of Melanzane #32202F
RGB
CMYK
RGB Variations
Color information
#32202F (or 0x32202F) is known color: Melanzane. HEX triplet: 32, 20 and 2F. RGB value is (50,32,47). Sum of RGB (Red+Green+Blue) = 50+32+47=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #32202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32202F is #CDDFD0. Grayscale: #272727. Windows color (decimal): -13492177 or 3088434. OLE color: 3088434.
HSL color Cylindrical-coordinate representation of color #32202F: hue angle of 310º 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 #32202F is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 47 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.80 |
| HSL | 310º | 0.22% | 0.16% | - |
| HSV(B) | 310º | 0.36% | 0.2% | - |
| XYZ | 2.34 | 1.92 | 2.94 | - |
| YUV | 39.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 47 | 0 | 0.36 | 0.06 | 0.80 | 310 | 0.22 | 0.16 |
| Hex | 32 | 20 | 2F | 0 | 24 | 6 | 50 | 136 | 16 | 10 |
| Octal | 62 | 40 | 57 | 0 | 44 | 6 | 120 | 466 | 26 | 20 |
| Binary | 110010 | 100000 | 101111 | 0 | 100100 | 110 | 1010000 | 100110110 | 10110 | 10000 |
Color Harmonies of #32202F
Complementary color
Monochromatic Colors of #32202F
Black with #32202F
Text Example
Text Example
White with #32202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32202F; }
p { color: rgb(50,32,47); }
H1.HeaderClassName
{
color: #32202F;
}
.AnyTagClassName
{
color: #32202F;
}
</style>
background-color css
<style>
a { background-color: #32202F; }
a { background-color: rgb(50,32,47); }
div.DivClassName
{
background-color: #32202F;
}
.BgClassName
{
background-color: #32202F;
}
</style>
border-color css
<style>
span { border-color: #32202F; }
span { border-color: rgb(50,32,47); }
td.TdClassName
{
border-color: #32202F;
}
.TagClassName
{
border-color: #32202F;
}
</style>