Shades of Melanzane #322930
Tints of Melanzane #322930
RGB
CMYK
RGB Variations
Color information
#322930 (or 0x322930) is known color: Melanzane. HEX triplet: 32, 29 and 30. RGB value is (50,41,48). Sum of RGB (Red+Green+Blue) = 50+41+48=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322930 is #CDD6CF. Grayscale: #2C2C2C. Windows color (decimal): -13489872 or 3156274. OLE color: 3156274.
HSL color Cylindrical-coordinate representation of color #322930: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #322930 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 48 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.80 |
| HSL | 313.33º | 0.1% | 0.18% | - |
| HSV(B) | 313.33º | 0.18% | 0.2% | - |
| XYZ | 2.64 | 2.48 | 3.14 | - |
| YUV | 44.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 48 | 0 | 0.18 | 0.04 | 0.80 | 313.33 | 0.1 | 0.18 |
| Hex | 32 | 29 | 30 | 0 | 12 | 4 | 50 | 139 | A | 12 |
| Octal | 62 | 51 | 60 | 0 | 22 | 4 | 120 | 471 | 12 | 22 |
| Binary | 110010 | 101001 | 110000 | 0 | 10010 | 100 | 1010000 | 100111001 | 1010 | 10010 |
Color Harmonies of #322930
Complementary color
Monochromatic Colors of #322930
Black with #322930
Text Example
Text Example
White with #322930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322930; }
p { color: rgb(50,41,48); }
H1.HeaderClassName
{
color: #322930;
}
.AnyTagClassName
{
color: #322930;
}
</style>
background-color css
<style>
a { background-color: #322930; }
a { background-color: rgb(50,41,48); }
div.DivClassName
{
background-color: #322930;
}
.BgClassName
{
background-color: #322930;
}
</style>
border-color css
<style>
span { border-color: #322930; }
span { border-color: rgb(50,41,48); }
td.TdClassName
{
border-color: #322930;
}
.TagClassName
{
border-color: #322930;
}
</style>