Shades of Aubergine #3A2529
Tints of Aubergine #3A2529
RGB
CMYK
RGB Variations
Color information
#3A2529 (or 0x3A2529) is known color: Aubergine. HEX triplet: 3A, 25 and 29. RGB value is (58,37,41). Sum of RGB (Red+Green+Blue) = 58+37+41=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2529 is #C5DAD6. Grayscale: #2B2B2B. Windows color (decimal): -12966615 or 2696506. OLE color: 2696506.
HSL color Cylindrical-coordinate representation of color #3A2529: hue angle of 348.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2529 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 41 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.77 |
| HSL | 348.57º | 0.22% | 0.19% | - |
| HSV(B) | 348.57º | 0.36% | 0.23% | - |
| XYZ | 2.81 | 2.38 | 2.41 | - |
| YUV | 43.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 41 | 0 | 0.36 | 0.29 | 0.77 | 348.57 | 0.22 | 0.19 |
| Hex | 3A | 25 | 29 | 0 | 24 | 1D | 4D | 15D | 16 | 13 |
| Octal | 72 | 45 | 51 | 0 | 44 | 35 | 115 | 535 | 26 | 23 |
| Binary | 111010 | 100101 | 101001 | 0 | 100100 | 11101 | 1001101 | 101011101 | 10110 | 10011 |
Color Harmonies of #3A2529
Complementary color
Monochromatic Colors of #3A2529
Black with #3A2529
Text Example
Text Example
White with #3A2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2529; }
p { color: rgb(58,37,41); }
H1.HeaderClassName
{
color: #3A2529;
}
.AnyTagClassName
{
color: #3A2529;
}
</style>
background-color css
<style>
a { background-color: #3A2529; }
a { background-color: rgb(58,37,41); }
div.DivClassName
{
background-color: #3A2529;
}
.BgClassName
{
background-color: #3A2529;
}
</style>
border-color css
<style>
span { border-color: #3A2529; }
span { border-color: rgb(58,37,41); }
td.TdClassName
{
border-color: #3A2529;
}
.TagClassName
{
border-color: #3A2529;
}
</style>