Shades of Melanzane #322D31
Tints of Melanzane #322D31
RGB
CMYK
RGB Variations
Color information
#322D31 (or 0x322D31) is known color: Melanzane. HEX triplet: 32, 2D and 31. RGB value is (50,45,49). Sum of RGB (Red+Green+Blue) = 50+45+49=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 50 - color contains mainly: red. Hex color #322D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D31 is #CDD2CE. Grayscale: #2E2E2E. Windows color (decimal): -13488847 or 3222834. OLE color: 3222834.
HSL color Cylindrical-coordinate representation of color #322D31: hue angle of 312º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #322D31 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 49 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.80 |
| HSL | 312º | 0.05% | 0.19% | - |
| HSV(B) | 312º | 0.1% | 0.2% | - |
| XYZ | 2.81 | 2.78 | 3.29 | - |
| YUV | 46.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 49 | 0 | 0.10 | 0.02 | 0.80 | 312 | 0.05 | 0.19 |
| Hex | 32 | 2D | 31 | 0 | A | 2 | 50 | 138 | 5 | 13 |
| Octal | 62 | 55 | 61 | 0 | 12 | 2 | 120 | 470 | 5 | 23 |
| Binary | 110010 | 101101 | 110001 | 0 | 1010 | 10 | 1010000 | 100111000 | 101 | 10011 |
Color Harmonies of #322D31
Complementary color
Monochromatic Colors of #322D31
Black with #322D31
Text Example
Text Example
White with #322D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D31; }
p { color: rgb(50,45,49); }
H1.HeaderClassName
{
color: #322D31;
}
.AnyTagClassName
{
color: #322D31;
}
</style>
background-color css
<style>
a { background-color: #322D31; }
a { background-color: rgb(50,45,49); }
div.DivClassName
{
background-color: #322D31;
}
.BgClassName
{
background-color: #322D31;
}
</style>
border-color css
<style>
span { border-color: #322D31; }
span { border-color: rgb(50,45,49); }
td.TdClassName
{
border-color: #322D31;
}
.TagClassName
{
border-color: #322D31;
}
</style>