Shades of Melanzane #32262E
Tints of Melanzane #32262E
RGB
CMYK
RGB Variations
Color information
#32262E (or 0x32262E) is known color: Melanzane. HEX triplet: 32, 26 and 2E. RGB value is (50,38,46). Sum of RGB (Red+Green+Blue) = 50+38+46=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #32262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32262E is #CDD9D1. Grayscale: #2A2A2A. Windows color (decimal): -13490642 or 3024434. OLE color: 3024434.
HSL color Cylindrical-coordinate representation of color #32262E: hue angle of 320º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #32262E is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 46 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.80 |
| HSL | 320º | 0.14% | 0.17% | - |
| HSV(B) | 320º | 0.24% | 0.2% | - |
| XYZ | 2.5 | 2.26 | 2.89 | - |
| YUV | 42.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 46 | 0 | 0.24 | 0.08 | 0.80 | 320 | 0.14 | 0.17 |
| Hex | 32 | 26 | 2E | 0 | 18 | 8 | 50 | 140 | E | 11 |
| Octal | 62 | 46 | 56 | 0 | 30 | 10 | 120 | 500 | 16 | 21 |
| Binary | 110010 | 100110 | 101110 | 0 | 11000 | 1000 | 1010000 | 101000000 | 1110 | 10001 |
Color Harmonies of #32262E
Complementary color
Monochromatic Colors of #32262E
Black with #32262E
Text Example
Text Example
White with #32262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32262E; }
p { color: rgb(50,38,46); }
H1.HeaderClassName
{
color: #32262E;
}
.AnyTagClassName
{
color: #32262E;
}
</style>
background-color css
<style>
a { background-color: #32262E; }
a { background-color: rgb(50,38,46); }
div.DivClassName
{
background-color: #32262E;
}
.BgClassName
{
background-color: #32262E;
}
</style>
border-color css
<style>
span { border-color: #32262E; }
span { border-color: rgb(50,38,46); }
td.TdClassName
{
border-color: #32262E;
}
.TagClassName
{
border-color: #32262E;
}
</style>