Shades of Melanzane #32212C
Tints of Melanzane #32212C
RGB
CMYK
RGB Variations
Color information
#32212C (or 0x32212C) is known color: Melanzane. HEX triplet: 32, 21 and 2C. RGB value is (50,33,44). Sum of RGB (Red+Green+Blue) = 50+33+44=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #32212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32212C is #CDDED3. Grayscale: #272727. Windows color (decimal): -13491924 or 2892082. OLE color: 2892082.
HSL color Cylindrical-coordinate representation of color #32212C: hue angle of 321.18º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32212C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 44 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.80 |
| HSL | 321.18º | 0.2% | 0.16% | - |
| HSV(B) | 321.18º | 0.34% | 0.2% | - |
| XYZ | 2.31 | 1.95 | 2.64 | - |
| YUV | 39.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 44 | 0 | 0.34 | 0.12 | 0.80 | 321.18 | 0.2 | 0.16 |
| Hex | 32 | 21 | 2C | 0 | 22 | C | 50 | 141 | 14 | 10 |
| Octal | 62 | 41 | 54 | 0 | 42 | 14 | 120 | 501 | 24 | 20 |
| Binary | 110010 | 100001 | 101100 | 0 | 100010 | 1100 | 1010000 | 101000001 | 10100 | 10000 |
Color Harmonies of #32212C
Complementary color
Monochromatic Colors of #32212C
Black with #32212C
Text Example
Text Example
White with #32212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32212C; }
p { color: rgb(50,33,44); }
H1.HeaderClassName
{
color: #32212C;
}
.AnyTagClassName
{
color: #32212C;
}
</style>
background-color css
<style>
a { background-color: #32212C; }
a { background-color: rgb(50,33,44); }
div.DivClassName
{
background-color: #32212C;
}
.BgClassName
{
background-color: #32212C;
}
</style>
border-color css
<style>
span { border-color: #32212C; }
span { border-color: rgb(50,33,44); }
td.TdClassName
{
border-color: #32212C;
}
.TagClassName
{
border-color: #32212C;
}
</style>