Shades of Melanzane #32242D
Tints of Melanzane #32242D
RGB
CMYK
RGB Variations
Color information
#32242D (or 0x32242D) is known color: Melanzane. HEX triplet: 32, 24 and 2D. RGB value is (50,36,45). Sum of RGB (Red+Green+Blue) = 50+36+45=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #32242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32242D is #CDDBD2. Grayscale: #292929. Windows color (decimal): -13491155 or 2958386. OLE color: 2958386.
HSL color Cylindrical-coordinate representation of color #32242D: hue angle of 321.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #32242D is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 45 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.80 |
| HSL | 321.43º | 0.16% | 0.17% | - |
| HSV(B) | 321.43º | 0.28% | 0.2% | - |
| XYZ | 2.42 | 2.13 | 2.77 | - |
| YUV | 41.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 45 | 0 | 0.28 | 0.10 | 0.80 | 321.43 | 0.16 | 0.17 |
| Hex | 32 | 24 | 2D | 0 | 1C | A | 50 | 141 | 10 | 11 |
| Octal | 62 | 44 | 55 | 0 | 34 | 12 | 120 | 501 | 20 | 21 |
| Binary | 110010 | 100100 | 101101 | 0 | 11100 | 1010 | 1010000 | 101000001 | 10000 | 10001 |
Color Harmonies of #32242D
Complementary color
Monochromatic Colors of #32242D
Black with #32242D
Text Example
Text Example
White with #32242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32242D; }
p { color: rgb(50,36,45); }
H1.HeaderClassName
{
color: #32242D;
}
.AnyTagClassName
{
color: #32242D;
}
</style>
background-color css
<style>
a { background-color: #32242D; }
a { background-color: rgb(50,36,45); }
div.DivClassName
{
background-color: #32242D;
}
.BgClassName
{
background-color: #32242D;
}
</style>
border-color css
<style>
span { border-color: #32242D; }
span { border-color: rgb(50,36,45); }
td.TdClassName
{
border-color: #32242D;
}
.TagClassName
{
border-color: #32242D;
}
</style>