Shades of Melanzane #32262F
Tints of Melanzane #32262F
RGB
CMYK
RGB Variations
Color information
#32262F (or 0x32262F) is known color: Melanzane. HEX triplet: 32, 26 and 2F. RGB value is (50,38,47). Sum of RGB (Red+Green+Blue) = 50+38+47=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #32262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32262F is #CDD9D0. Grayscale: #2A2A2A. Windows color (decimal): -13490641 or 3089970. OLE color: 3089970.
HSL color Cylindrical-coordinate representation of color #32262F: hue angle of 315º 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 #32262F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 47 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.80 |
| HSL | 315º | 0.14% | 0.17% | - |
| HSV(B) | 315º | 0.24% | 0.2% | - |
| XYZ | 2.52 | 2.27 | 2.99 | - |
| YUV | 42.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 47 | 0 | 0.24 | 0.06 | 0.80 | 315 | 0.14 | 0.17 |
| Hex | 32 | 26 | 2F | 0 | 18 | 6 | 50 | 13B | E | 11 |
| Octal | 62 | 46 | 57 | 0 | 30 | 6 | 120 | 473 | 16 | 21 |
| Binary | 110010 | 100110 | 101111 | 0 | 11000 | 110 | 1010000 | 100111011 | 1110 | 10001 |
Color Harmonies of #32262F
Complementary color
Monochromatic Colors of #32262F
Black with #32262F
Text Example
Text Example
White with #32262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32262F; }
p { color: rgb(50,38,47); }
H1.HeaderClassName
{
color: #32262F;
}
.AnyTagClassName
{
color: #32262F;
}
</style>
background-color css
<style>
a { background-color: #32262F; }
a { background-color: rgb(50,38,47); }
div.DivClassName
{
background-color: #32262F;
}
.BgClassName
{
background-color: #32262F;
}
</style>
border-color css
<style>
span { border-color: #32262F; }
span { border-color: rgb(50,38,47); }
td.TdClassName
{
border-color: #32262F;
}
.TagClassName
{
border-color: #32262F;
}
</style>