Shades of Melanzane #32142C
Tints of Melanzane #32142C
RGB
CMYK
RGB Variations
Color information
#32142C (or 0x32142C) is known color: Melanzane. HEX triplet: 32, 14 and 2C. RGB value is (50,20,44). Sum of RGB (Red+Green+Blue) = 50+20+44=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #32142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32142C is #CDEBD3. Grayscale: #1F1F1F. Windows color (decimal): -13495252 or 2888754. OLE color: 2888754.
HSL color Cylindrical-coordinate representation of color #32142C: hue angle of 312º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32142C is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 20 | 44 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.80 |
| HSL | 312º | 0.43% | 0.14% | - |
| HSV(B) | 312º | 0.6% | 0.2% | - |
| XYZ | 2.02 | 1.36 | 2.54 | - |
| YUV | 31.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 44 | 0 | 0.60 | 0.12 | 0.80 | 312 | 0.43 | 0.14 |
| Hex | 32 | 14 | 2C | 0 | 3C | C | 50 | 138 | 2B | E |
| Octal | 62 | 24 | 54 | 0 | 74 | 14 | 120 | 470 | 53 | 16 |
| Binary | 110010 | 10100 | 101100 | 0 | 111100 | 1100 | 1010000 | 100111000 | 101011 | 1110 |
Color Harmonies of #32142C
Complementary color
Monochromatic Colors of #32142C
Black with #32142C
Text Example
Text Example
White with #32142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32142C; }
p { color: rgb(50,20,44); }
H1.HeaderClassName
{
color: #32142C;
}
.AnyTagClassName
{
color: #32142C;
}
</style>
background-color css
<style>
a { background-color: #32142C; }
a { background-color: rgb(50,20,44); }
div.DivClassName
{
background-color: #32142C;
}
.BgClassName
{
background-color: #32142C;
}
</style>
border-color css
<style>
span { border-color: #32142C; }
span { border-color: rgb(50,20,44); }
td.TdClassName
{
border-color: #32142C;
}
.TagClassName
{
border-color: #32142C;
}
</style>