Shades of Melanzane #322F31
Tints of Melanzane #322F31
RGB
CMYK
RGB Variations
Color information
#322F31 (or 0x322F31) is known color: Melanzane. HEX triplet: 32, 2F and 31. RGB value is (50,47,49). Sum of RGB (Red+Green+Blue) = 50+47+49=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 50 - color contains mainly: red. Hex color #322F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F31 is #CDD0CE. Grayscale: #303030. Windows color (decimal): -13488335 or 3223346. OLE color: 3223346.
HSL color Cylindrical-coordinate representation of color #322F31: hue angle of 320º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #322F31 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 49 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.80 |
| HSL | 320º | 0.03% | 0.19% | - |
| HSV(B) | 320º | 0.06% | 0.2% | - |
| XYZ | 2.89 | 2.93 | 3.32 | - |
| YUV | 48.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 49 | 0 | 0.06 | 0.02 | 0.80 | 320 | 0.03 | 0.19 |
| Hex | 32 | 2F | 31 | 0 | 6 | 2 | 50 | 140 | 3 | 13 |
| Octal | 62 | 57 | 61 | 0 | 6 | 2 | 120 | 500 | 3 | 23 |
| Binary | 110010 | 101111 | 110001 | 0 | 110 | 10 | 1010000 | 101000000 | 11 | 10011 |
Color Harmonies of #322F31
Complementary color
Monochromatic Colors of #322F31
Black with #322F31
Text Example
Text Example
White with #322F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F31; }
p { color: rgb(50,47,49); }
H1.HeaderClassName
{
color: #322F31;
}
.AnyTagClassName
{
color: #322F31;
}
</style>
background-color css
<style>
a { background-color: #322F31; }
a { background-color: rgb(50,47,49); }
div.DivClassName
{
background-color: #322F31;
}
.BgClassName
{
background-color: #322F31;
}
</style>
border-color css
<style>
span { border-color: #322F31; }
span { border-color: rgb(50,47,49); }
td.TdClassName
{
border-color: #322F31;
}
.TagClassName
{
border-color: #322F31;
}
</style>