Shades of Melanzane #32272E
Tints of Melanzane #32272E
RGB
CMYK
RGB Variations
Color information
#32272E (or 0x32272E) is known color: Melanzane. HEX triplet: 32, 27 and 2E. RGB value is (50,39,46). Sum of RGB (Red+Green+Blue) = 50+39+46=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #32272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32272E is #CDD8D1. Grayscale: #2B2B2B. Windows color (decimal): -13490386 or 3024690. OLE color: 3024690.
HSL color Cylindrical-coordinate representation of color #32272E: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32272E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 46 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.80 |
| HSL | 321.82º | 0.12% | 0.17% | - |
| HSV(B) | 321.82º | 0.22% | 0.2% | - |
| XYZ | 2.53 | 2.33 | 2.9 | - |
| YUV | 43.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 46 | 0 | 0.22 | 0.08 | 0.80 | 321.82 | 0.12 | 0.17 |
| Hex | 32 | 27 | 2E | 0 | 16 | 8 | 50 | 142 | C | 11 |
| Octal | 62 | 47 | 56 | 0 | 26 | 10 | 120 | 502 | 14 | 21 |
| Binary | 110010 | 100111 | 101110 | 0 | 10110 | 1000 | 1010000 | 101000010 | 1100 | 10001 |
Color Harmonies of #32272E
Complementary color
Monochromatic Colors of #32272E
Black with #32272E
Text Example
Text Example
White with #32272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32272E; }
p { color: rgb(50,39,46); }
H1.HeaderClassName
{
color: #32272E;
}
.AnyTagClassName
{
color: #32272E;
}
</style>
background-color css
<style>
a { background-color: #32272E; }
a { background-color: rgb(50,39,46); }
div.DivClassName
{
background-color: #32272E;
}
.BgClassName
{
background-color: #32272E;
}
</style>
border-color css
<style>
span { border-color: #32272E; }
span { border-color: rgb(50,39,46); }
td.TdClassName
{
border-color: #32272E;
}
.TagClassName
{
border-color: #32272E;
}
</style>