Shades of Aubergine #3B2527
Tints of Aubergine #3B2527
RGB
CMYK
RGB Variations
Color information
#3B2527 (or 0x3B2527) is known color: Aubergine. HEX triplet: 3B, 25 and 27. RGB value is (59,37,39). Sum of RGB (Red+Green+Blue) = 59+37+39=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2527 is #C4DAD8. Grayscale: #2B2B2B. Windows color (decimal): -12901081 or 2565435. OLE color: 2565435.
HSL color Cylindrical-coordinate representation of color #3B2527: hue angle of 354.55º 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 #3B2527 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 39 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.77 |
| HSL | 354.55º | 0.23% | 0.19% | - |
| HSV(B) | 354.55º | 0.37% | 0.23% | - |
| XYZ | 2.83 | 2.4 | 2.23 | - |
| YUV | 43.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 39 | 0 | 0.37 | 0.34 | 0.77 | 354.55 | 0.23 | 0.19 |
| Hex | 3B | 25 | 27 | 0 | 25 | 22 | 4D | 163 | 17 | 13 |
| Octal | 73 | 45 | 47 | 0 | 45 | 42 | 115 | 543 | 27 | 23 |
| Binary | 111011 | 100101 | 100111 | 0 | 100101 | 100010 | 1001101 | 101100011 | 10111 | 10011 |
Color Harmonies of #3B2527
Complementary color
Monochromatic Colors of #3B2527
Black with #3B2527
Text Example
Text Example
White with #3B2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2527; }
p { color: rgb(59,37,39); }
H1.HeaderClassName
{
color: #3B2527;
}
.AnyTagClassName
{
color: #3B2527;
}
</style>
background-color css
<style>
a { background-color: #3B2527; }
a { background-color: rgb(59,37,39); }
div.DivClassName
{
background-color: #3B2527;
}
.BgClassName
{
background-color: #3B2527;
}
</style>
border-color css
<style>
span { border-color: #3B2527; }
span { border-color: rgb(59,37,39); }
td.TdClassName
{
border-color: #3B2527;
}
.TagClassName
{
border-color: #3B2527;
}
</style>