Shades of Melanzane #3E2635
Tints of Melanzane #3E2635
RGB
CMYK
RGB Variations
Color information
#3E2635 (or 0x3E2635) is known color: Melanzane. HEX triplet: 3E, 26 and 35. RGB value is (62,38,53). Sum of RGB (Red+Green+Blue) = 62+38+53=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2635 is #C1D9CA. Grayscale: #2E2E2E. Windows color (decimal): -12704203 or 3483198. OLE color: 3483198.
HSL color Cylindrical-coordinate representation of color #3E2635: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E2635 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 53 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.76 |
| HSL | 322.5º | 0.24% | 0.2% | - |
| HSV(B) | 322.5º | 0.39% | 0.24% | - |
| XYZ | 3.32 | 2.67 | 3.71 | - |
| YUV | 46.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 53 | 0 | 0.39 | 0.15 | 0.76 | 322.5 | 0.24 | 0.2 |
| Hex | 3E | 26 | 35 | 0 | 27 | F | 4C | 142 | 18 | 14 |
| Octal | 76 | 46 | 65 | 0 | 47 | 17 | 114 | 502 | 30 | 24 |
| Binary | 111110 | 100110 | 110101 | 0 | 100111 | 1111 | 1001100 | 101000010 | 11000 | 10100 |
Color Harmonies of #3E2635
Complementary color
Monochromatic Colors of #3E2635
Black with #3E2635
Text Example
Text Example
White with #3E2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2635; }
p { color: rgb(62,38,53); }
H1.HeaderClassName
{
color: #3E2635;
}
.AnyTagClassName
{
color: #3E2635;
}
</style>
background-color css
<style>
a { background-color: #3E2635; }
a { background-color: rgb(62,38,53); }
div.DivClassName
{
background-color: #3E2635;
}
.BgClassName
{
background-color: #3E2635;
}
</style>
border-color css
<style>
span { border-color: #3E2635; }
span { border-color: rgb(62,38,53); }
td.TdClassName
{
border-color: #3E2635;
}
.TagClassName
{
border-color: #3E2635;
}
</style>