Shades of Aubergine #2D2326
Tints of Aubergine #2D2326
RGB
CMYK
RGB Variations
Color information
#2D2326 (or 0x2D2326) is known color: Aubergine. HEX triplet: 2D, 23 and 26. RGB value is (45,35,38). Sum of RGB (Red+Green+Blue) = 45+35+38=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2326 is #D2DCD9. Grayscale: #262626. Windows color (decimal): -13819098 or 2499373. OLE color: 2499373.
HSL color Cylindrical-coordinate representation of color #2D2326: hue angle of 342º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2326 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 38 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.82 |
| HSL | 342º | 0.13% | 0.16% | - |
| HSV(B) | 342º | 0.22% | 0.18% | - |
| XYZ | 2.03 | 1.9 | 2.09 | - |
| YUV | 38.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 38 | 0 | 0.22 | 0.16 | 0.82 | 342 | 0.13 | 0.16 |
| Hex | 2D | 23 | 26 | 0 | 16 | 10 | 52 | 156 | C | 10 |
| Octal | 55 | 43 | 46 | 0 | 26 | 20 | 122 | 526 | 14 | 20 |
| Binary | 101101 | 100011 | 100110 | 0 | 10110 | 10000 | 1010010 | 101010110 | 1100 | 10000 |
Color Harmonies of #2D2326
Complementary color
Monochromatic Colors of #2D2326
Black with #2D2326
Text Example
Text Example
White with #2D2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2326; }
p { color: rgb(45,35,38); }
H1.HeaderClassName
{
color: #2D2326;
}
.AnyTagClassName
{
color: #2D2326;
}
</style>
background-color css
<style>
a { background-color: #2D2326; }
a { background-color: rgb(45,35,38); }
div.DivClassName
{
background-color: #2D2326;
}
.BgClassName
{
background-color: #2D2326;
}
</style>
border-color css
<style>
span { border-color: #2D2326; }
span { border-color: rgb(45,35,38); }
td.TdClassName
{
border-color: #2D2326;
}
.TagClassName
{
border-color: #2D2326;
}
</style>