Shades of Aubergine #3E2A2F
Tints of Aubergine #3E2A2F
RGB
CMYK
RGB Variations
Color information
#3E2A2F (or 0x3E2A2F) is known color: Aubergine. HEX triplet: 3E, 2A and 2F. RGB value is (62,42,47). Sum of RGB (Red+Green+Blue) = 62+42+47=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A2F is #C1D5D0. Grayscale: #303030. Windows color (decimal): -12703185 or 3091006. OLE color: 3091006.
HSL color Cylindrical-coordinate representation of color #3E2A2F: hue angle of 345º 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 #3E2A2F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 47 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.76 |
| HSL | 345º | 0.19% | 0.2% | - |
| HSV(B) | 345º | 0.32% | 0.24% | - |
| XYZ | 3.33 | 2.89 | 3.07 | - |
| YUV | 48.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 47 | 0 | 0.32 | 0.24 | 0.76 | 345 | 0.19 | 0.2 |
| Hex | 3E | 2A | 2F | 0 | 20 | 18 | 4C | 159 | 13 | 14 |
| Octal | 76 | 52 | 57 | 0 | 40 | 30 | 114 | 531 | 23 | 24 |
| Binary | 111110 | 101010 | 101111 | 0 | 100000 | 11000 | 1001100 | 101011001 | 10011 | 10100 |
Color Harmonies of #3E2A2F
Complementary color
Monochromatic Colors of #3E2A2F
Black with #3E2A2F
Text Example
Text Example
White with #3E2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A2F; }
p { color: rgb(62,42,47); }
H1.HeaderClassName
{
color: #3E2A2F;
}
.AnyTagClassName
{
color: #3E2A2F;
}
</style>
background-color css
<style>
a { background-color: #3E2A2F; }
a { background-color: rgb(62,42,47); }
div.DivClassName
{
background-color: #3E2A2F;
}
.BgClassName
{
background-color: #3E2A2F;
}
</style>
border-color css
<style>
span { border-color: #3E2A2F; }
span { border-color: rgb(62,42,47); }
td.TdClassName
{
border-color: #3E2A2F;
}
.TagClassName
{
border-color: #3E2A2F;
}
</style>