Shades of Melanzane #3E2D38
Tints of Melanzane #3E2D38
RGB
CMYK
RGB Variations
Color information
#3E2D38 (or 0x3E2D38) is known color: Melanzane. HEX triplet: 3E, 2D and 38. RGB value is (62,45,56). Sum of RGB (Red+Green+Blue) = 62+45+56=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D38 is #C1D2C7. Grayscale: #333333. Windows color (decimal): -12702408 or 3681598. OLE color: 3681598.
HSL color Cylindrical-coordinate representation of color #3E2D38: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E2D38 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 45 | 56 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.76 |
| HSL | 321.18º | 0.16% | 0.21% | - |
| HSV(B) | 321.18º | 0.27% | 0.24% | - |
| XYZ | 3.64 | 3.19 | 4.16 | - |
| YUV | 51.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 56 | 0 | 0.27 | 0.10 | 0.76 | 321.18 | 0.16 | 0.21 |
| Hex | 3E | 2D | 38 | 0 | 1B | A | 4C | 141 | 10 | 15 |
| Octal | 76 | 55 | 70 | 0 | 33 | 12 | 114 | 501 | 20 | 25 |
| Binary | 111110 | 101101 | 111000 | 0 | 11011 | 1010 | 1001100 | 101000001 | 10000 | 10101 |
Color Harmonies of #3E2D38
Complementary color
Monochromatic Colors of #3E2D38
Black with #3E2D38
Text Example
Text Example
White with #3E2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D38; }
p { color: rgb(62,45,56); }
H1.HeaderClassName
{
color: #3E2D38;
}
.AnyTagClassName
{
color: #3E2D38;
}
</style>
background-color css
<style>
a { background-color: #3E2D38; }
a { background-color: rgb(62,45,56); }
div.DivClassName
{
background-color: #3E2D38;
}
.BgClassName
{
background-color: #3E2D38;
}
</style>
border-color css
<style>
span { border-color: #3E2D38; }
span { border-color: rgb(62,45,56); }
td.TdClassName
{
border-color: #3E2D38;
}
.TagClassName
{
border-color: #3E2D38;
}
</style>