Shades of Aubergine #3B2529
Tints of Aubergine #3B2529
RGB
CMYK
RGB Variations
Color information
#3B2529 (or 0x3B2529) is known color: Aubergine. HEX triplet: 3B, 25 and 29. RGB value is (59,37,41). Sum of RGB (Red+Green+Blue) = 59+37+41=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2529 is #C4DAD6. Grayscale: #2C2C2C. Windows color (decimal): -12901079 or 2696507. OLE color: 2696507.
HSL color Cylindrical-coordinate representation of color #3B2529: hue angle of 349.09º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2529 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 41 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.77 |
| HSL | 349.09º | 0.23% | 0.19% | - |
| HSV(B) | 349.09º | 0.37% | 0.23% | - |
| XYZ | 2.87 | 2.41 | 2.41 | - |
| YUV | 44.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 41 | 0 | 0.37 | 0.31 | 0.77 | 349.09 | 0.23 | 0.19 |
| Hex | 3B | 25 | 29 | 0 | 25 | 1F | 4D | 15D | 17 | 13 |
| Octal | 73 | 45 | 51 | 0 | 45 | 37 | 115 | 535 | 27 | 23 |
| Binary | 111011 | 100101 | 101001 | 0 | 100101 | 11111 | 1001101 | 101011101 | 10111 | 10011 |
Color Harmonies of #3B2529
Complementary color
Monochromatic Colors of #3B2529
Black with #3B2529
Text Example
Text Example
White with #3B2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2529; }
p { color: rgb(59,37,41); }
H1.HeaderClassName
{
color: #3B2529;
}
.AnyTagClassName
{
color: #3B2529;
}
</style>
background-color css
<style>
a { background-color: #3B2529; }
a { background-color: rgb(59,37,41); }
div.DivClassName
{
background-color: #3B2529;
}
.BgClassName
{
background-color: #3B2529;
}
</style>
border-color css
<style>
span { border-color: #3B2529; }
span { border-color: rgb(59,37,41); }
td.TdClassName
{
border-color: #3B2529;
}
.TagClassName
{
border-color: #3B2529;
}
</style>