Shades of Melanzane #32132C
Tints of Melanzane #32132C
RGB
CMYK
RGB Variations
Color information
#32132C (or 0x32132C) is known color: Melanzane. HEX triplet: 32, 13 and 2C. RGB value is (50,19,44). Sum of RGB (Red+Green+Blue) = 50+19+44=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132C is #CDECD3. Grayscale: #1F1F1F. Windows color (decimal): -13495508 or 2888498. OLE color: 2888498.
HSL color Cylindrical-coordinate representation of color #32132C: hue angle of 311.61º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32132C is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 44 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.80 |
| HSL | 311.61º | 0.45% | 0.14% | - |
| HSV(B) | 311.61º | 0.62% | 0.2% | - |
| XYZ | 2 | 1.33 | 2.53 | - |
| YUV | 31.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 44 | 0 | 0.62 | 0.12 | 0.80 | 311.61 | 0.45 | 0.14 |
| Hex | 32 | 13 | 2C | 0 | 3E | C | 50 | 138 | 2D | E |
| Octal | 62 | 23 | 54 | 0 | 76 | 14 | 120 | 470 | 55 | 16 |
| Binary | 110010 | 10011 | 101100 | 0 | 111110 | 1100 | 1010000 | 100111000 | 101101 | 1110 |
Color Harmonies of #32132C
Complementary color
Monochromatic Colors of #32132C
Black with #32132C
Text Example
Text Example
White with #32132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32132C; }
p { color: rgb(50,19,44); }
H1.HeaderClassName
{
color: #32132C;
}
.AnyTagClassName
{
color: #32132C;
}
</style>
background-color css
<style>
a { background-color: #32132C; }
a { background-color: rgb(50,19,44); }
div.DivClassName
{
background-color: #32132C;
}
.BgClassName
{
background-color: #32132C;
}
</style>
border-color css
<style>
span { border-color: #32132C; }
span { border-color: rgb(50,19,44); }
td.TdClassName
{
border-color: #32132C;
}
.TagClassName
{
border-color: #32132C;
}
</style>