Shades of Aubergine #3E2A2E
Tints of Aubergine #3E2A2E
RGB
CMYK
RGB Variations
Color information
#3E2A2E (or 0x3E2A2E) is known color: Aubergine. HEX triplet: 3E, 2A and 2E. RGB value is (62,42,46). Sum of RGB (Red+Green+Blue) = 62+42+46=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A2E is #C1D5D1. Grayscale: #303030. Windows color (decimal): -12703186 or 3025470. OLE color: 3025470.
HSL color Cylindrical-coordinate representation of color #3E2A2E: hue angle of 348º 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 #3E2A2E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 46 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.76 |
| HSL | 348º | 0.19% | 0.2% | - |
| HSV(B) | 348º | 0.32% | 0.24% | - |
| XYZ | 3.31 | 2.88 | 2.97 | - |
| YUV | 48.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 46 | 0 | 0.32 | 0.26 | 0.76 | 348 | 0.19 | 0.2 |
| Hex | 3E | 2A | 2E | 0 | 20 | 1A | 4C | 15C | 13 | 14 |
| Octal | 76 | 52 | 56 | 0 | 40 | 32 | 114 | 534 | 23 | 24 |
| Binary | 111110 | 101010 | 101110 | 0 | 100000 | 11010 | 1001100 | 101011100 | 10011 | 10100 |
Color Harmonies of #3E2A2E
Complementary color
Monochromatic Colors of #3E2A2E
Black with #3E2A2E
Text Example
Text Example
White with #3E2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A2E; }
p { color: rgb(62,42,46); }
H1.HeaderClassName
{
color: #3E2A2E;
}
.AnyTagClassName
{
color: #3E2A2E;
}
</style>
background-color css
<style>
a { background-color: #3E2A2E; }
a { background-color: rgb(62,42,46); }
div.DivClassName
{
background-color: #3E2A2E;
}
.BgClassName
{
background-color: #3E2A2E;
}
</style>
border-color css
<style>
span { border-color: #3E2A2E; }
span { border-color: rgb(62,42,46); }
td.TdClassName
{
border-color: #3E2A2E;
}
.TagClassName
{
border-color: #3E2A2E;
}
</style>