Shades of Melanzane #322D30
Tints of Melanzane #322D30
RGB
CMYK
RGB Variations
Color information
#322D30 (or 0x322D30) is known color: Melanzane. HEX triplet: 32, 2D and 30. RGB value is (50,45,48). Sum of RGB (Red+Green+Blue) = 50+45+48=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 50 - color contains mainly: red. Hex color #322D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D30 is #CDD2CF. Grayscale: #2E2E2E. Windows color (decimal): -13488848 or 3157298. OLE color: 3157298.
HSL color Cylindrical-coordinate representation of color #322D30: hue angle of 324º 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 #322D30 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 48 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.80 |
| HSL | 324º | 0.05% | 0.19% | - |
| HSV(B) | 324º | 0.1% | 0.2% | - |
| XYZ | 2.79 | 2.77 | 3.18 | - |
| YUV | 46.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 48 | 0 | 0.10 | 0.04 | 0.80 | 324 | 0.05 | 0.19 |
| Hex | 32 | 2D | 30 | 0 | A | 4 | 50 | 144 | 5 | 13 |
| Octal | 62 | 55 | 60 | 0 | 12 | 4 | 120 | 504 | 5 | 23 |
| Binary | 110010 | 101101 | 110000 | 0 | 1010 | 100 | 1010000 | 101000100 | 101 | 10011 |
Color Harmonies of #322D30
Complementary color
Monochromatic Colors of #322D30
Black with #322D30
Text Example
Text Example
White with #322D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D30; }
p { color: rgb(50,45,48); }
H1.HeaderClassName
{
color: #322D30;
}
.AnyTagClassName
{
color: #322D30;
}
</style>
background-color css
<style>
a { background-color: #322D30; }
a { background-color: rgb(50,45,48); }
div.DivClassName
{
background-color: #322D30;
}
.BgClassName
{
background-color: #322D30;
}
</style>
border-color css
<style>
span { border-color: #322D30; }
span { border-color: rgb(50,45,48); }
td.TdClassName
{
border-color: #322D30;
}
.TagClassName
{
border-color: #322D30;
}
</style>