Shades of Melanzane #3E2A38
Tints of Melanzane #3E2A38
RGB
CMYK
RGB Variations
Color information
#3E2A38 (or 0x3E2A38) is known color: Melanzane. HEX triplet: 3E, 2A and 38. RGB value is (62,42,56). Sum of RGB (Red+Green+Blue) = 62+42+56=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A38 is #C1D5C7. Grayscale: #313131. Windows color (decimal): -12703176 or 3680830. OLE color: 3680830.
HSL color Cylindrical-coordinate representation of color #3E2A38: hue angle of 318º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E2A38 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 42 | 56 | - |
CMYK | 0 | 0.32 | 0.10 | 0.76 |
HSL | 318º | 0.19% | 0.2% | - |
HSV(B) | 318º | 0.32% | 0.24% | - |
XYZ | 3.53 | 2.97 | 4.13 | - |
YUV | 49.58 | 131.63 | 136.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 42 | 56 | 0 | 0.32 | 0.10 | 0.76 | 318 | 0.19 | 0.2 |
Hex | 3E | 2A | 38 | 0 | 20 | A | 4C | 13E | 13 | 14 |
Octal | 76 | 52 | 70 | 0 | 40 | 12 | 114 | 476 | 23 | 24 |
Binary | 111110 | 101010 | 111000 | 0 | 100000 | 1010 | 1001100 | 100111110 | 10011 | 10100 |
Color Harmonies of #3E2A38
Complementary color
Monochromatic Colors of #3E2A38
Black with #3E2A38
Text Example
Text Example
White with #3E2A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A38; }
p { color: rgb(62,42,56); }
H1.HeaderClassName
{
color: #3E2A38;
}
.AnyTagClassName
{
color: #3E2A38;
}
</style>
background-color css
<style>
a { background-color: #3E2A38; }
a { background-color: rgb(62,42,56); }
div.DivClassName
{
background-color: #3E2A38;
}
.BgClassName
{
background-color: #3E2A38;
}
</style>
border-color css
<style>
span { border-color: #3E2A38; }
span { border-color: rgb(62,42,56); }
td.TdClassName
{
border-color: #3E2A38;
}
.TagClassName
{
border-color: #3E2A38;
}
</style>