Shades of Melanzane #322A31
Tints of Melanzane #322A31
RGB
CMYK
RGB Variations
Color information
#322A31 (or 0x322A31) is known color: Melanzane. HEX triplet: 32, 2A and 31. RGB value is (50,42,49). Sum of RGB (Red+Green+Blue) = 50+42+49=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #322A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A31 is #CDD5CE. Grayscale: #2D2D2D. Windows color (decimal): -13489615 or 3222066. OLE color: 3222066.
HSL color Cylindrical-coordinate representation of color #322A31: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #322A31 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 49 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.80 |
| HSL | 307.5º | 0.09% | 0.18% | - |
| HSV(B) | 307.5º | 0.16% | 0.2% | - |
| XYZ | 2.7 | 2.56 | 3.26 | - |
| YUV | 45.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 49 | 0 | 0.16 | 0.02 | 0.80 | 307.5 | 0.09 | 0.18 |
| Hex | 32 | 2A | 31 | 0 | 10 | 2 | 50 | 134 | 9 | 12 |
| Octal | 62 | 52 | 61 | 0 | 20 | 2 | 120 | 464 | 11 | 22 |
| Binary | 110010 | 101010 | 110001 | 0 | 10000 | 10 | 1010000 | 100110100 | 1001 | 10010 |
Color Harmonies of #322A31
Complementary color
Monochromatic Colors of #322A31
Black with #322A31
Text Example
Text Example
White with #322A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A31; }
p { color: rgb(50,42,49); }
H1.HeaderClassName
{
color: #322A31;
}
.AnyTagClassName
{
color: #322A31;
}
</style>
background-color css
<style>
a { background-color: #322A31; }
a { background-color: rgb(50,42,49); }
div.DivClassName
{
background-color: #322A31;
}
.BgClassName
{
background-color: #322A31;
}
</style>
border-color css
<style>
span { border-color: #322A31; }
span { border-color: rgb(50,42,49); }
td.TdClassName
{
border-color: #322A31;
}
.TagClassName
{
border-color: #322A31;
}
</style>