Shades of Melanzane #32132B
Tints of Melanzane #32132B
RGB
CMYK
RGB Variations
Color information
#32132B (or 0x32132B) is known color: Melanzane. HEX triplet: 32, 13 and 2B. RGB value is (50,19,43). Sum of RGB (Red+Green+Blue) = 50+19+43=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #32132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132B is #CDECD4. Grayscale: #1E1E1E. Windows color (decimal): -13495509 or 2822962. OLE color: 2822962.
HSL color Cylindrical-coordinate representation of color #32132B: hue angle of 313.55º 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 #32132B is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 43 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.80 |
| HSL | 313.55º | 0.45% | 0.14% | - |
| HSV(B) | 313.55º | 0.62% | 0.2% | - |
| XYZ | 1.98 | 1.32 | 2.44 | - |
| YUV | 31.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 43 | 0 | 0.62 | 0.14 | 0.80 | 313.55 | 0.45 | 0.14 |
| Hex | 32 | 13 | 2B | 0 | 3E | E | 50 | 13A | 2D | E |
| Octal | 62 | 23 | 53 | 0 | 76 | 16 | 120 | 472 | 55 | 16 |
| Binary | 110010 | 10011 | 101011 | 0 | 111110 | 1110 | 1010000 | 100111010 | 101101 | 1110 |
Color Harmonies of #32132B
Complementary color
Monochromatic Colors of #32132B
Black with #32132B
Text Example
Text Example
White with #32132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32132B; }
p { color: rgb(50,19,43); }
H1.HeaderClassName
{
color: #32132B;
}
.AnyTagClassName
{
color: #32132B;
}
</style>
background-color css
<style>
a { background-color: #32132B; }
a { background-color: rgb(50,19,43); }
div.DivClassName
{
background-color: #32132B;
}
.BgClassName
{
background-color: #32132B;
}
</style>
border-color css
<style>
span { border-color: #32132B; }
span { border-color: rgb(50,19,43); }
td.TdClassName
{
border-color: #32132B;
}
.TagClassName
{
border-color: #32132B;
}
</style>