Shades of Aubergine #3E2629
Tints of Aubergine #3E2629
RGB
CMYK
RGB Variations
Color information
#3E2629 (or 0x3E2629) is known color: Aubergine. HEX triplet: 3E, 26 and 29. RGB value is (62,38,41). Sum of RGB (Red+Green+Blue) = 62+38+41=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2629 is #C1D9D6. Grayscale: #2D2D2D. Windows color (decimal): -12704215 or 2696766. OLE color: 2696766.
HSL color Cylindrical-coordinate representation of color #3E2629: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E2629 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 41 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.76 |
| HSL | 352.5º | 0.24% | 0.2% | - |
| HSV(B) | 352.5º | 0.39% | 0.24% | - |
| XYZ | 3.08 | 2.57 | 2.43 | - |
| YUV | 45.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 41 | 0 | 0.39 | 0.34 | 0.76 | 352.5 | 0.24 | 0.2 |
| Hex | 3E | 26 | 29 | 0 | 27 | 22 | 4C | 160 | 18 | 14 |
| Octal | 76 | 46 | 51 | 0 | 47 | 42 | 114 | 540 | 30 | 24 |
| Binary | 111110 | 100110 | 101001 | 0 | 100111 | 100010 | 1001100 | 101100000 | 11000 | 10100 |
Color Harmonies of #3E2629
Complementary color
Monochromatic Colors of #3E2629
Black with #3E2629
Text Example
Text Example
White with #3E2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2629; }
p { color: rgb(62,38,41); }
H1.HeaderClassName
{
color: #3E2629;
}
.AnyTagClassName
{
color: #3E2629;
}
</style>
background-color css
<style>
a { background-color: #3E2629; }
a { background-color: rgb(62,38,41); }
div.DivClassName
{
background-color: #3E2629;
}
.BgClassName
{
background-color: #3E2629;
}
</style>
border-color css
<style>
span { border-color: #3E2629; }
span { border-color: rgb(62,38,41); }
td.TdClassName
{
border-color: #3E2629;
}
.TagClassName
{
border-color: #3E2629;
}
</style>