Shades of Aubergine #3E2C30
Tints of Aubergine #3E2C30
RGB
CMYK
RGB Variations
Color information
#3E2C30 (or 0x3E2C30) is known color: Aubergine. HEX triplet: 3E, 2C and 30. RGB value is (62,44,48). Sum of RGB (Red+Green+Blue) = 62+44+48=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C30 is #C1D3CF. Grayscale: #313131. Windows color (decimal): -12702672 or 3157054. OLE color: 3157054.
HSL color Cylindrical-coordinate representation of color #3E2C30: hue angle of 346.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E2C30 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 48 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.76 |
| HSL | 346.67º | 0.17% | 0.21% | - |
| HSV(B) | 346.67º | 0.29% | 0.24% | - |
| XYZ | 3.42 | 3.04 | 3.2 | - |
| YUV | 49.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 48 | 0 | 0.29 | 0.23 | 0.76 | 346.67 | 0.17 | 0.21 |
| Hex | 3E | 2C | 30 | 0 | 1D | 17 | 4C | 15B | 11 | 15 |
| Octal | 76 | 54 | 60 | 0 | 35 | 27 | 114 | 533 | 21 | 25 |
| Binary | 111110 | 101100 | 110000 | 0 | 11101 | 10111 | 1001100 | 101011011 | 10001 | 10101 |
Color Harmonies of #3E2C30
Complementary color
Monochromatic Colors of #3E2C30
Black with #3E2C30
Text Example
Text Example
White with #3E2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C30; }
p { color: rgb(62,44,48); }
H1.HeaderClassName
{
color: #3E2C30;
}
.AnyTagClassName
{
color: #3E2C30;
}
</style>
background-color css
<style>
a { background-color: #3E2C30; }
a { background-color: rgb(62,44,48); }
div.DivClassName
{
background-color: #3E2C30;
}
.BgClassName
{
background-color: #3E2C30;
}
</style>
border-color css
<style>
span { border-color: #3E2C30; }
span { border-color: rgb(62,44,48); }
td.TdClassName
{
border-color: #3E2C30;
}
.TagClassName
{
border-color: #3E2C30;
}
</style>