Shades of Melanzane #32242F
Tints of Melanzane #32242F
RGB
CMYK
RGB Variations
Color information
#32242F (or 0x32242F) is known color: Melanzane. HEX triplet: 32, 24 and 2F. RGB value is (50,36,47). Sum of RGB (Red+Green+Blue) = 50+36+47=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #32242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32242F is #CDDBD0. Grayscale: #292929. Windows color (decimal): -13491153 or 3089458. OLE color: 3089458.
HSL color Cylindrical-coordinate representation of color #32242F: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #32242F is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 47 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.80 |
| HSL | 312.86º | 0.16% | 0.17% | - |
| HSV(B) | 312.86º | 0.28% | 0.2% | - |
| XYZ | 2.46 | 2.15 | 2.97 | - |
| YUV | 41.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 47 | 0 | 0.28 | 0.06 | 0.80 | 312.86 | 0.16 | 0.17 |
| Hex | 32 | 24 | 2F | 0 | 1C | 6 | 50 | 139 | 10 | 11 |
| Octal | 62 | 44 | 57 | 0 | 34 | 6 | 120 | 471 | 20 | 21 |
| Binary | 110010 | 100100 | 101111 | 0 | 11100 | 110 | 1010000 | 100111001 | 10000 | 10001 |
Color Harmonies of #32242F
Complementary color
Monochromatic Colors of #32242F
Black with #32242F
Text Example
Text Example
White with #32242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32242F; }
p { color: rgb(50,36,47); }
H1.HeaderClassName
{
color: #32242F;
}
.AnyTagClassName
{
color: #32242F;
}
</style>
background-color css
<style>
a { background-color: #32242F; }
a { background-color: rgb(50,36,47); }
div.DivClassName
{
background-color: #32242F;
}
.BgClassName
{
background-color: #32242F;
}
</style>
border-color css
<style>
span { border-color: #32242F; }
span { border-color: rgb(50,36,47); }
td.TdClassName
{
border-color: #32242F;
}
.TagClassName
{
border-color: #32242F;
}
</style>