Shades of Aubergine #2D2223
Tints of Aubergine #2D2223
RGB
CMYK
RGB Variations
Color information
#2D2223 (or 0x2D2223) is known color: Aubergine. HEX triplet: 2D, 22 and 23. RGB value is (45,34,35). Sum of RGB (Red+Green+Blue) = 45+34+35=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2223 is #D2DDDC. Grayscale: #252525. Windows color (decimal): -13819357 or 2302509. OLE color: 2302509.
HSL color Cylindrical-coordinate representation of color #2D2223: hue angle of 354.55º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D2223 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 34 | 35 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.82 |
| HSL | 354.55º | 0.14% | 0.15% | - |
| HSV(B) | 354.55º | 0.24% | 0.18% | - |
| XYZ | 1.96 | 1.82 | 1.84 | - |
| YUV | 37.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 35 | 0 | 0.24 | 0.22 | 0.82 | 354.55 | 0.14 | 0.15 |
| Hex | 2D | 22 | 23 | 0 | 18 | 16 | 52 | 163 | E | F |
| Octal | 55 | 42 | 43 | 0 | 30 | 26 | 122 | 543 | 16 | 17 |
| Binary | 101101 | 100010 | 100011 | 0 | 11000 | 10110 | 1010010 | 101100011 | 1110 | 1111 |
Color Harmonies of #2D2223
Complementary color
Monochromatic Colors of #2D2223
Black with #2D2223
Text Example
Text Example
White with #2D2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2223; }
p { color: rgb(45,34,35); }
H1.HeaderClassName
{
color: #2D2223;
}
.AnyTagClassName
{
color: #2D2223;
}
</style>
background-color css
<style>
a { background-color: #2D2223; }
a { background-color: rgb(45,34,35); }
div.DivClassName
{
background-color: #2D2223;
}
.BgClassName
{
background-color: #2D2223;
}
</style>
border-color css
<style>
span { border-color: #2D2223; }
span { border-color: rgb(45,34,35); }
td.TdClassName
{
border-color: #2D2223;
}
.TagClassName
{
border-color: #2D2223;
}
</style>