Shades of Melanzane #32142B
Tints of Melanzane #32142B
RGB
CMYK
RGB Variations
Color information
#32142B (or 0x32142B) is known color: Melanzane. HEX triplet: 32, 14 and 2B. RGB value is (50,20,43). Sum of RGB (Red+Green+Blue) = 50+20+43=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32142B is #CDEBD4. Grayscale: #1F1F1F. Windows color (decimal): -13495253 or 2823218. OLE color: 2823218.
HSL color Cylindrical-coordinate representation of color #32142B: hue angle of 314º 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 #32142B is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 20 | 43 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.80 |
| HSL | 314º | 0.43% | 0.14% | - |
| HSV(B) | 314º | 0.6% | 0.2% | - |
| XYZ | 2 | 1.35 | 2.44 | - |
| YUV | 31.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 43 | 0 | 0.60 | 0.14 | 0.80 | 314 | 0.43 | 0.14 |
| Hex | 32 | 14 | 2B | 0 | 3C | E | 50 | 13A | 2B | E |
| Octal | 62 | 24 | 53 | 0 | 74 | 16 | 120 | 472 | 53 | 16 |
| Binary | 110010 | 10100 | 101011 | 0 | 111100 | 1110 | 1010000 | 100111010 | 101011 | 1110 |
Color Harmonies of #32142B
Complementary color
Monochromatic Colors of #32142B
Black with #32142B
Text Example
Text Example
White with #32142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32142B; }
p { color: rgb(50,20,43); }
H1.HeaderClassName
{
color: #32142B;
}
.AnyTagClassName
{
color: #32142B;
}
</style>
background-color css
<style>
a { background-color: #32142B; }
a { background-color: rgb(50,20,43); }
div.DivClassName
{
background-color: #32142B;
}
.BgClassName
{
background-color: #32142B;
}
</style>
border-color css
<style>
span { border-color: #32142B; }
span { border-color: rgb(50,20,43); }
td.TdClassName
{
border-color: #32142B;
}
.TagClassName
{
border-color: #32142B;
}
</style>