Shades of Melanzane #32132A
Tints of Melanzane #32132A
RGB
CMYK
RGB Variations
Color information
#32132A (or 0x32132A) is known color: Melanzane. HEX triplet: 32, 13 and 2A. RGB value is (50,19,42). Sum of RGB (Red+Green+Blue) = 50+19+42=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132A is #CDECD5. Grayscale: #1E1E1E. Windows color (decimal): -13495510 or 2757426. OLE color: 2757426.
HSL color Cylindrical-coordinate representation of color #32132A: hue angle of 315.48º 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 #32132A is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 42 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.80 |
| HSL | 315.48º | 0.45% | 0.14% | - |
| HSV(B) | 315.48º | 0.62% | 0.2% | - |
| XYZ | 1.97 | 1.31 | 2.34 | - |
| YUV | 30.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 42 | 0 | 0.62 | 0.16 | 0.80 | 315.48 | 0.45 | 0.14 |
| Hex | 32 | 13 | 2A | 0 | 3E | 10 | 50 | 13B | 2D | E |
| Octal | 62 | 23 | 52 | 0 | 76 | 20 | 120 | 473 | 55 | 16 |
| Binary | 110010 | 10011 | 101010 | 0 | 111110 | 10000 | 1010000 | 100111011 | 101101 | 1110 |
Color Harmonies of #32132A
Complementary color
Monochromatic Colors of #32132A
Black with #32132A
Text Example
Text Example
White with #32132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32132A; }
p { color: rgb(50,19,42); }
H1.HeaderClassName
{
color: #32132A;
}
.AnyTagClassName
{
color: #32132A;
}
</style>
background-color css
<style>
a { background-color: #32132A; }
a { background-color: rgb(50,19,42); }
div.DivClassName
{
background-color: #32132A;
}
.BgClassName
{
background-color: #32132A;
}
</style>
border-color css
<style>
span { border-color: #32132A; }
span { border-color: rgb(50,19,42); }
td.TdClassName
{
border-color: #32132A;
}
.TagClassName
{
border-color: #32132A;
}
</style>