Shades of Aubergine #3E292D
Tints of Aubergine #3E292D
RGB
CMYK
RGB Variations
Color information
#3E292D (or 0x3E292D) is known color: Aubergine. HEX triplet: 3E, 29 and 2D. RGB value is (62,41,45). Sum of RGB (Red+Green+Blue) = 62+41+45=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292D is #C1D6D2. Grayscale: #2F2F2F. Windows color (decimal): -12703443 or 2959678. OLE color: 2959678.
HSL color Cylindrical-coordinate representation of color #3E292D: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E292D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 45 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.76 |
| HSL | 348.57º | 0.2% | 0.2% | - |
| HSV(B) | 348.57º | 0.34% | 0.24% | - |
| XYZ | 3.25 | 2.8 | 2.85 | - |
| YUV | 47.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 45 | 0 | 0.34 | 0.27 | 0.76 | 348.57 | 0.2 | 0.2 |
| Hex | 3E | 29 | 2D | 0 | 22 | 1B | 4C | 15D | 14 | 14 |
| Octal | 76 | 51 | 55 | 0 | 42 | 33 | 114 | 535 | 24 | 24 |
| Binary | 111110 | 101001 | 101101 | 0 | 100010 | 11011 | 1001100 | 101011101 | 10100 | 10100 |
Color Harmonies of #3E292D
Complementary color
Monochromatic Colors of #3E292D
Black with #3E292D
Text Example
Text Example
White with #3E292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E292D; }
p { color: rgb(62,41,45); }
H1.HeaderClassName
{
color: #3E292D;
}
.AnyTagClassName
{
color: #3E292D;
}
</style>
background-color css
<style>
a { background-color: #3E292D; }
a { background-color: rgb(62,41,45); }
div.DivClassName
{
background-color: #3E292D;
}
.BgClassName
{
background-color: #3E292D;
}
</style>
border-color css
<style>
span { border-color: #3E292D; }
span { border-color: rgb(62,41,45); }
td.TdClassName
{
border-color: #3E292D;
}
.TagClassName
{
border-color: #3E292D;
}
</style>