Shades of Melanzane #32172D
Tints of Melanzane #32172D
RGB
CMYK
RGB Variations
Color information
#32172D (or 0x32172D) is known color: Melanzane. HEX triplet: 32, 17 and 2D. RGB value is (50,23,45). Sum of RGB (Red+Green+Blue) = 50+23+45=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172D is #CDE8D2. Grayscale: #212121. Windows color (decimal): -13494483 or 2955058. OLE color: 2955058.
HSL color Cylindrical-coordinate representation of color #32172D: hue angle of 311.11º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32172D is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 45 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.80 |
| HSL | 311.11º | 0.37% | 0.14% | - |
| HSV(B) | 311.11º | 0.54% | 0.2% | - |
| XYZ | 2.1 | 1.48 | 2.66 | - |
| YUV | 33.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 45 | 0 | 0.54 | 0.10 | 0.80 | 311.11 | 0.37 | 0.14 |
| Hex | 32 | 17 | 2D | 0 | 36 | A | 50 | 137 | 25 | E |
| Octal | 62 | 27 | 55 | 0 | 66 | 12 | 120 | 467 | 45 | 16 |
| Binary | 110010 | 10111 | 101101 | 0 | 110110 | 1010 | 1010000 | 100110111 | 100101 | 1110 |
Color Harmonies of #32172D
Complementary color
Monochromatic Colors of #32172D
Black with #32172D
Text Example
Text Example
White with #32172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32172D; }
p { color: rgb(50,23,45); }
H1.HeaderClassName
{
color: #32172D;
}
.AnyTagClassName
{
color: #32172D;
}
</style>
background-color css
<style>
a { background-color: #32172D; }
a { background-color: rgb(50,23,45); }
div.DivClassName
{
background-color: #32172D;
}
.BgClassName
{
background-color: #32172D;
}
</style>
border-color css
<style>
span { border-color: #32172D; }
span { border-color: rgb(50,23,45); }
td.TdClassName
{
border-color: #32172D;
}
.TagClassName
{
border-color: #32172D;
}
</style>