Shades of Melanzane #32172A
Tints of Melanzane #32172A
RGB
CMYK
RGB Variations
Color information
#32172A (or 0x32172A) is known color: Melanzane. HEX triplet: 32, 17 and 2A. RGB value is (50,23,42). Sum of RGB (Red+Green+Blue) = 50+23+42=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #32172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172A is #CDE8D5. Grayscale: #212121. Windows color (decimal): -13494486 or 2758450. OLE color: 2758450.
HSL color Cylindrical-coordinate representation of color #32172A: hue angle of 317.78º 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 #32172A is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 42 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.80 |
| HSL | 317.78º | 0.37% | 0.14% | - |
| HSV(B) | 317.78º | 0.54% | 0.2% | - |
| XYZ | 2.04 | 1.46 | 2.36 | - |
| YUV | 33.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 42 | 0 | 0.54 | 0.16 | 0.80 | 317.78 | 0.37 | 0.14 |
| Hex | 32 | 17 | 2A | 0 | 36 | 10 | 50 | 13E | 25 | E |
| Octal | 62 | 27 | 52 | 0 | 66 | 20 | 120 | 476 | 45 | 16 |
| Binary | 110010 | 10111 | 101010 | 0 | 110110 | 10000 | 1010000 | 100111110 | 100101 | 1110 |
Color Harmonies of #32172A
Complementary color
Monochromatic Colors of #32172A
Black with #32172A
Text Example
Text Example
White with #32172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32172A; }
p { color: rgb(50,23,42); }
H1.HeaderClassName
{
color: #32172A;
}
.AnyTagClassName
{
color: #32172A;
}
</style>
background-color css
<style>
a { background-color: #32172A; }
a { background-color: rgb(50,23,42); }
div.DivClassName
{
background-color: #32172A;
}
.BgClassName
{
background-color: #32172A;
}
</style>
border-color css
<style>
span { border-color: #32172A; }
span { border-color: rgb(50,23,42); }
td.TdClassName
{
border-color: #32172A;
}
.TagClassName
{
border-color: #32172A;
}
</style>