Shades of Melanzane #32172C
Tints of Melanzane #32172C
RGB
CMYK
RGB Variations
Color information
#32172C (or 0x32172C) is known color: Melanzane. HEX triplet: 32, 17 and 2C. RGB value is (50,23,44). Sum of RGB (Red+Green+Blue) = 50+23+44=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #32172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172C is #CDE8D3. Grayscale: #212121. Windows color (decimal): -13494484 or 2889522. OLE color: 2889522.
HSL color Cylindrical-coordinate representation of color #32172C: hue angle of 313.33º 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 #32172C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 44 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.80 |
| HSL | 313.33º | 0.37% | 0.14% | - |
| HSV(B) | 313.33º | 0.54% | 0.2% | - |
| XYZ | 2.08 | 1.47 | 2.56 | - |
| YUV | 33.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 44 | 0 | 0.54 | 0.12 | 0.80 | 313.33 | 0.37 | 0.14 |
| Hex | 32 | 17 | 2C | 0 | 36 | C | 50 | 139 | 25 | E |
| Octal | 62 | 27 | 54 | 0 | 66 | 14 | 120 | 471 | 45 | 16 |
| Binary | 110010 | 10111 | 101100 | 0 | 110110 | 1100 | 1010000 | 100111001 | 100101 | 1110 |
Color Harmonies of #32172C
Complementary color
Monochromatic Colors of #32172C
Black with #32172C
Text Example
Text Example
White with #32172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32172C; }
p { color: rgb(50,23,44); }
H1.HeaderClassName
{
color: #32172C;
}
.AnyTagClassName
{
color: #32172C;
}
</style>
background-color css
<style>
a { background-color: #32172C; }
a { background-color: rgb(50,23,44); }
div.DivClassName
{
background-color: #32172C;
}
.BgClassName
{
background-color: #32172C;
}
</style>
border-color css
<style>
span { border-color: #32172C; }
span { border-color: rgb(50,23,44); }
td.TdClassName
{
border-color: #32172C;
}
.TagClassName
{
border-color: #32172C;
}
</style>