Shades of Melanzane #32272F
Tints of Melanzane #32272F
RGB
CMYK
RGB Variations
Color information
#32272F (or 0x32272F) is known color: Melanzane. HEX triplet: 32, 27 and 2F. RGB value is (50,39,47). Sum of RGB (Red+Green+Blue) = 50+39+47=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #32272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32272F is #CDD8D0. Grayscale: #2B2B2B. Windows color (decimal): -13490385 or 3090226. OLE color: 3090226.
HSL color Cylindrical-coordinate representation of color #32272F: hue angle of 316.36º 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 #32272F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 47 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.80 |
| HSL | 316.36º | 0.12% | 0.17% | - |
| HSV(B) | 316.36º | 0.22% | 0.2% | - |
| XYZ | 2.55 | 2.33 | 3.01 | - |
| YUV | 43.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 47 | 0 | 0.22 | 0.06 | 0.80 | 316.36 | 0.12 | 0.17 |
| Hex | 32 | 27 | 2F | 0 | 16 | 6 | 50 | 13C | C | 11 |
| Octal | 62 | 47 | 57 | 0 | 26 | 6 | 120 | 474 | 14 | 21 |
| Binary | 110010 | 100111 | 101111 | 0 | 10110 | 110 | 1010000 | 100111100 | 1100 | 10001 |
Color Harmonies of #32272F
Complementary color
Monochromatic Colors of #32272F
Black with #32272F
Text Example
Text Example
White with #32272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32272F; }
p { color: rgb(50,39,47); }
H1.HeaderClassName
{
color: #32272F;
}
.AnyTagClassName
{
color: #32272F;
}
</style>
background-color css
<style>
a { background-color: #32272F; }
a { background-color: rgb(50,39,47); }
div.DivClassName
{
background-color: #32272F;
}
.BgClassName
{
background-color: #32272F;
}
</style>
border-color css
<style>
span { border-color: #32272F; }
span { border-color: rgb(50,39,47); }
td.TdClassName
{
border-color: #32272F;
}
.TagClassName
{
border-color: #32272F;
}
</style>