Shades of Melanzane #322C30
Tints of Melanzane #322C30
RGB
CMYK
RGB Variations
Color information
#322C30 (or 0x322C30) is known color: Melanzane. HEX triplet: 32, 2C and 30. RGB value is (50,44,48). Sum of RGB (Red+Green+Blue) = 50+44+48=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #322C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C30 is #CDD3CF. Grayscale: #2E2E2E. Windows color (decimal): -13489104 or 3157042. OLE color: 3157042.
HSL color Cylindrical-coordinate representation of color #322C30: hue angle of 320º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322C30 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 48 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.80 |
| HSL | 320º | 0.06% | 0.18% | - |
| HSV(B) | 320º | 0.12% | 0.2% | - |
| XYZ | 2.75 | 2.69 | 3.17 | - |
| YUV | 46.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 48 | 0 | 0.12 | 0.04 | 0.80 | 320 | 0.06 | 0.18 |
| Hex | 32 | 2C | 30 | 0 | C | 4 | 50 | 140 | 6 | 12 |
| Octal | 62 | 54 | 60 | 0 | 14 | 4 | 120 | 500 | 6 | 22 |
| Binary | 110010 | 101100 | 110000 | 0 | 1100 | 100 | 1010000 | 101000000 | 110 | 10010 |
Color Harmonies of #322C30
Complementary color
Monochromatic Colors of #322C30
Black with #322C30
Text Example
Text Example
White with #322C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C30; }
p { color: rgb(50,44,48); }
H1.HeaderClassName
{
color: #322C30;
}
.AnyTagClassName
{
color: #322C30;
}
</style>
background-color css
<style>
a { background-color: #322C30; }
a { background-color: rgb(50,44,48); }
div.DivClassName
{
background-color: #322C30;
}
.BgClassName
{
background-color: #322C30;
}
</style>
border-color css
<style>
span { border-color: #322C30; }
span { border-color: rgb(50,44,48); }
td.TdClassName
{
border-color: #322C30;
}
.TagClassName
{
border-color: #322C30;
}
</style>