Shades of Aubergine #2D2528
Tints of Aubergine #2D2528
RGB
CMYK
RGB Variations
Color information
#2D2528 (or 0x2D2528) is known color: Aubergine. HEX triplet: 2D, 25 and 28. RGB value is (45,37,40). Sum of RGB (Red+Green+Blue) = 45+37+40=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2528 is #D2DAD7. Grayscale: #272727. Windows color (decimal): -13818584 or 2630957. OLE color: 2630957.
HSL color Cylindrical-coordinate representation of color #2D2528: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2528 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 40 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.82 |
| HSL | 337.5º | 0.1% | 0.16% | - |
| HSV(B) | 337.5º | 0.18% | 0.18% | - |
| XYZ | 2.13 | 2.03 | 2.29 | - |
| YUV | 39.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 40 | 0 | 0.18 | 0.11 | 0.82 | 337.5 | 0.1 | 0.16 |
| Hex | 2D | 25 | 28 | 0 | 12 | B | 52 | 152 | A | 10 |
| Octal | 55 | 45 | 50 | 0 | 22 | 13 | 122 | 522 | 12 | 20 |
| Binary | 101101 | 100101 | 101000 | 0 | 10010 | 1011 | 1010010 | 101010010 | 1010 | 10000 |
Color Harmonies of #2D2528
Complementary color
Monochromatic Colors of #2D2528
Black with #2D2528
Text Example
Text Example
White with #2D2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2528; }
p { color: rgb(45,37,40); }
H1.HeaderClassName
{
color: #2D2528;
}
.AnyTagClassName
{
color: #2D2528;
}
</style>
background-color css
<style>
a { background-color: #2D2528; }
a { background-color: rgb(45,37,40); }
div.DivClassName
{
background-color: #2D2528;
}
.BgClassName
{
background-color: #2D2528;
}
</style>
border-color css
<style>
span { border-color: #2D2528; }
span { border-color: rgb(45,37,40); }
td.TdClassName
{
border-color: #2D2528;
}
.TagClassName
{
border-color: #2D2528;
}
</style>