Shades of Melanzane #32222C
Tints of Melanzane #32222C
RGB
CMYK
RGB Variations
Color information
#32222C (or 0x32222C) is known color: Melanzane. HEX triplet: 32, 22 and 2C. RGB value is (50,34,44). Sum of RGB (Red+Green+Blue) = 50+34+44=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #32222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32222C is #CDDDD3. Grayscale: #272727. Windows color (decimal): -13491668 or 2892338. OLE color: 2892338.
HSL color Cylindrical-coordinate representation of color #32222C: hue angle of 322.5º 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 #32222C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 44 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.80 |
| HSL | 322.5º | 0.19% | 0.16% | - |
| HSV(B) | 322.5º | 0.32% | 0.2% | - |
| XYZ | 2.34 | 2 | 2.65 | - |
| YUV | 39.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 44 | 0 | 0.32 | 0.12 | 0.80 | 322.5 | 0.19 | 0.16 |
| Hex | 32 | 22 | 2C | 0 | 20 | C | 50 | 142 | 13 | 10 |
| Octal | 62 | 42 | 54 | 0 | 40 | 14 | 120 | 502 | 23 | 20 |
| Binary | 110010 | 100010 | 101100 | 0 | 100000 | 1100 | 1010000 | 101000010 | 10011 | 10000 |
Color Harmonies of #32222C
Complementary color
Monochromatic Colors of #32222C
Black with #32222C
Text Example
Text Example
White with #32222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32222C; }
p { color: rgb(50,34,44); }
H1.HeaderClassName
{
color: #32222C;
}
.AnyTagClassName
{
color: #32222C;
}
</style>
background-color css
<style>
a { background-color: #32222C; }
a { background-color: rgb(50,34,44); }
div.DivClassName
{
background-color: #32222C;
}
.BgClassName
{
background-color: #32222C;
}
</style>
border-color css
<style>
span { border-color: #32222C; }
span { border-color: rgb(50,34,44); }
td.TdClassName
{
border-color: #32222C;
}
.TagClassName
{
border-color: #32222C;
}
</style>