Shades of Aubergine #2D1E23
Tints of Aubergine #2D1E23
RGB
CMYK
RGB Variations
Color information
#2D1E23 (or 0x2D1E23) is known color: Aubergine. HEX triplet: 2D, 1E and 23. RGB value is (45,30,35). Sum of RGB (Red+Green+Blue) = 45+30+35=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E23 is #D2E1DC. Grayscale: #232323. Windows color (decimal): -13820381 or 2301485. OLE color: 2301485.
HSL color Cylindrical-coordinate representation of color #2D1E23: hue angle of 340º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D1E23 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 30 | 35 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.82 |
| HSL | 340º | 0.2% | 0.15% | - |
| HSV(B) | 340º | 0.33% | 0.18% | - |
| XYZ | 1.85 | 1.61 | 1.8 | - |
| YUV | 35.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 35 | 0 | 0.33 | 0.22 | 0.82 | 340 | 0.2 | 0.15 |
| Hex | 2D | 1E | 23 | 0 | 21 | 16 | 52 | 154 | 14 | F |
| Octal | 55 | 36 | 43 | 0 | 41 | 26 | 122 | 524 | 24 | 17 |
| Binary | 101101 | 11110 | 100011 | 0 | 100001 | 10110 | 1010010 | 101010100 | 10100 | 1111 |
Color Harmonies of #2D1E23
Complementary color
Monochromatic Colors of #2D1E23
Black with #2D1E23
Text Example
Text Example
White with #2D1E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E23; }
p { color: rgb(45,30,35); }
H1.HeaderClassName
{
color: #2D1E23;
}
.AnyTagClassName
{
color: #2D1E23;
}
</style>
background-color css
<style>
a { background-color: #2D1E23; }
a { background-color: rgb(45,30,35); }
div.DivClassName
{
background-color: #2D1E23;
}
.BgClassName
{
background-color: #2D1E23;
}
</style>
border-color css
<style>
span { border-color: #2D1E23; }
span { border-color: rgb(45,30,35); }
td.TdClassName
{
border-color: #2D1E23;
}
.TagClassName
{
border-color: #2D1E23;
}
</style>