Shades of Melanzane #32252F
Tints of Melanzane #32252F
RGB
CMYK
RGB Variations
Color information
#32252F (or 0x32252F) is known color: Melanzane. HEX triplet: 32, 25 and 2F. RGB value is (50,37,47). Sum of RGB (Red+Green+Blue) = 50+37+47=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #32252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252F is #CDDAD0. Grayscale: #2A2A2A. Windows color (decimal): -13490897 or 3089714. OLE color: 3089714.
HSL color Cylindrical-coordinate representation of color #32252F: hue angle of 313.85º 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 #32252F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 47 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.80 |
| HSL | 313.85º | 0.15% | 0.17% | - |
| HSV(B) | 313.85º | 0.26% | 0.2% | - |
| XYZ | 2.49 | 2.21 | 2.98 | - |
| YUV | 42.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 47 | 0 | 0.26 | 0.06 | 0.80 | 313.85 | 0.15 | 0.17 |
| Hex | 32 | 25 | 2F | 0 | 1A | 6 | 50 | 13A | F | 11 |
| Octal | 62 | 45 | 57 | 0 | 32 | 6 | 120 | 472 | 17 | 21 |
| Binary | 110010 | 100101 | 101111 | 0 | 11010 | 110 | 1010000 | 100111010 | 1111 | 10001 |
Color Harmonies of #32252F
Complementary color
Monochromatic Colors of #32252F
Black with #32252F
Text Example
Text Example
White with #32252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32252F; }
p { color: rgb(50,37,47); }
H1.HeaderClassName
{
color: #32252F;
}
.AnyTagClassName
{
color: #32252F;
}
</style>
background-color css
<style>
a { background-color: #32252F; }
a { background-color: rgb(50,37,47); }
div.DivClassName
{
background-color: #32252F;
}
.BgClassName
{
background-color: #32252F;
}
</style>
border-color css
<style>
span { border-color: #32252F; }
span { border-color: rgb(50,37,47); }
td.TdClassName
{
border-color: #32252F;
}
.TagClassName
{
border-color: #32252F;
}
</style>