Shades of Melanzane #32212F
Tints of Melanzane #32212F
RGB
CMYK
RGB Variations
Color information
#32212F (or 0x32212F) is known color: Melanzane. HEX triplet: 32, 21 and 2F. RGB value is (50,33,47). Sum of RGB (Red+Green+Blue) = 50+33+47=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #32212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32212F is #CDDED0. Grayscale: #272727. Windows color (decimal): -13491921 or 3088690. OLE color: 3088690.
HSL color Cylindrical-coordinate representation of color #32212F: hue angle of 310.59º 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 #32212F is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 47 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.80 |
| HSL | 310.59º | 0.2% | 0.16% | - |
| HSV(B) | 310.59º | 0.34% | 0.2% | - |
| XYZ | 2.37 | 1.97 | 2.94 | - |
| YUV | 39.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 47 | 0 | 0.34 | 0.06 | 0.80 | 310.59 | 0.2 | 0.16 |
| Hex | 32 | 21 | 2F | 0 | 22 | 6 | 50 | 137 | 14 | 10 |
| Octal | 62 | 41 | 57 | 0 | 42 | 6 | 120 | 467 | 24 | 20 |
| Binary | 110010 | 100001 | 101111 | 0 | 100010 | 110 | 1010000 | 100110111 | 10100 | 10000 |
Color Harmonies of #32212F
Complementary color
Monochromatic Colors of #32212F
Black with #32212F
Text Example
Text Example
White with #32212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32212F; }
p { color: rgb(50,33,47); }
H1.HeaderClassName
{
color: #32212F;
}
.AnyTagClassName
{
color: #32212F;
}
</style>
background-color css
<style>
a { background-color: #32212F; }
a { background-color: rgb(50,33,47); }
div.DivClassName
{
background-color: #32212F;
}
.BgClassName
{
background-color: #32212F;
}
</style>
border-color css
<style>
span { border-color: #32212F; }
span { border-color: rgb(50,33,47); }
td.TdClassName
{
border-color: #32212F;
}
.TagClassName
{
border-color: #32212F;
}
</style>