Shades of Melanzane #32252D
Tints of Melanzane #32252D
RGB
CMYK
RGB Variations
Color information
#32252D (or 0x32252D) is known color: Melanzane. HEX triplet: 32, 25 and 2D. RGB value is (50,37,45). Sum of RGB (Red+Green+Blue) = 50+37+45=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #32252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252D is #CDDAD2. Grayscale: #292929. Windows color (decimal): -13490899 or 2958642. OLE color: 2958642.
HSL color Cylindrical-coordinate representation of color #32252D: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #32252D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 45 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.80 |
| HSL | 323.08º | 0.15% | 0.17% | - |
| HSV(B) | 323.08º | 0.26% | 0.2% | - |
| XYZ | 2.45 | 2.19 | 2.78 | - |
| YUV | 41.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 45 | 0 | 0.26 | 0.10 | 0.80 | 323.08 | 0.15 | 0.17 |
| Hex | 32 | 25 | 2D | 0 | 1A | A | 50 | 143 | F | 11 |
| Octal | 62 | 45 | 55 | 0 | 32 | 12 | 120 | 503 | 17 | 21 |
| Binary | 110010 | 100101 | 101101 | 0 | 11010 | 1010 | 1010000 | 101000011 | 1111 | 10001 |
Color Harmonies of #32252D
Complementary color
Monochromatic Colors of #32252D
Black with #32252D
Text Example
Text Example
White with #32252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32252D; }
p { color: rgb(50,37,45); }
H1.HeaderClassName
{
color: #32252D;
}
.AnyTagClassName
{
color: #32252D;
}
</style>
background-color css
<style>
a { background-color: #32252D; }
a { background-color: rgb(50,37,45); }
div.DivClassName
{
background-color: #32252D;
}
.BgClassName
{
background-color: #32252D;
}
</style>
border-color css
<style>
span { border-color: #32252D; }
span { border-color: rgb(50,37,45); }
td.TdClassName
{
border-color: #32252D;
}
.TagClassName
{
border-color: #32252D;
}
</style>