Shades of Melanzane #32252E
Tints of Melanzane #32252E
RGB
CMYK
RGB Variations
Color information
#32252E (or 0x32252E) is known color: Melanzane. HEX triplet: 32, 25 and 2E. RGB value is (50,37,46). Sum of RGB (Red+Green+Blue) = 50+37+46=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #32252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252E is #CDDAD1. Grayscale: #292929. Windows color (decimal): -13490898 or 3024178. OLE color: 3024178.
HSL color Cylindrical-coordinate representation of color #32252E: hue angle of 318.46º 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 #32252E is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 46 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.80 |
| HSL | 318.46º | 0.15% | 0.17% | - |
| HSV(B) | 318.46º | 0.26% | 0.2% | - |
| XYZ | 2.47 | 2.2 | 2.88 | - |
| YUV | 41.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 46 | 0 | 0.26 | 0.08 | 0.80 | 318.46 | 0.15 | 0.17 |
| Hex | 32 | 25 | 2E | 0 | 1A | 8 | 50 | 13E | F | 11 |
| Octal | 62 | 45 | 56 | 0 | 32 | 10 | 120 | 476 | 17 | 21 |
| Binary | 110010 | 100101 | 101110 | 0 | 11010 | 1000 | 1010000 | 100111110 | 1111 | 10001 |
Color Harmonies of #32252E
Complementary color
Monochromatic Colors of #32252E
Black with #32252E
Text Example
Text Example
White with #32252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32252E; }
p { color: rgb(50,37,46); }
H1.HeaderClassName
{
color: #32252E;
}
.AnyTagClassName
{
color: #32252E;
}
</style>
background-color css
<style>
a { background-color: #32252E; }
a { background-color: rgb(50,37,46); }
div.DivClassName
{
background-color: #32252E;
}
.BgClassName
{
background-color: #32252E;
}
</style>
border-color css
<style>
span { border-color: #32252E; }
span { border-color: rgb(50,37,46); }
td.TdClassName
{
border-color: #32252E;
}
.TagClassName
{
border-color: #32252E;
}
</style>