Shades of Melanzane #32222F
Tints of Melanzane #32222F
RGB
CMYK
RGB Variations
Color information
#32222F (or 0x32222F) is known color: Melanzane. HEX triplet: 32, 22 and 2F. RGB value is (50,34,47). Sum of RGB (Red+Green+Blue) = 50+34+47=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #32222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32222F is #CDDDD0. Grayscale: #282828. Windows color (decimal): -13491665 or 3088946. OLE color: 3088946.
HSL color Cylindrical-coordinate representation of color #32222F: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32222F is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 47 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.80 |
| HSL | 311.25º | 0.19% | 0.16% | - |
| HSV(B) | 311.25º | 0.32% | 0.2% | - |
| XYZ | 2.4 | 2.03 | 2.95 | - |
| YUV | 40.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 47 | 0 | 0.32 | 0.06 | 0.80 | 311.25 | 0.19 | 0.16 |
| Hex | 32 | 22 | 2F | 0 | 20 | 6 | 50 | 137 | 13 | 10 |
| Octal | 62 | 42 | 57 | 0 | 40 | 6 | 120 | 467 | 23 | 20 |
| Binary | 110010 | 100010 | 101111 | 0 | 100000 | 110 | 1010000 | 100110111 | 10011 | 10000 |
Color Harmonies of #32222F
Complementary color
Monochromatic Colors of #32222F
Black with #32222F
Text Example
Text Example
White with #32222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32222F; }
p { color: rgb(50,34,47); }
H1.HeaderClassName
{
color: #32222F;
}
.AnyTagClassName
{
color: #32222F;
}
</style>
background-color css
<style>
a { background-color: #32222F; }
a { background-color: rgb(50,34,47); }
div.DivClassName
{
background-color: #32222F;
}
.BgClassName
{
background-color: #32222F;
}
</style>
border-color css
<style>
span { border-color: #32222F; }
span { border-color: rgb(50,34,47); }
td.TdClassName
{
border-color: #32222F;
}
.TagClassName
{
border-color: #32222F;
}
</style>