Shades of Aubergine #2D1E21
Tints of Aubergine #2D1E21
RGB
CMYK
RGB Variations
Color information
#2D1E21 (or 0x2D1E21) is known color: Aubergine. HEX triplet: 2D, 1E and 21. RGB value is (45,30,33). Sum of RGB (Red+Green+Blue) = 45+30+33=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E21 is #D2E1DE. Grayscale: #222222. Windows color (decimal): -13820383 or 2170413. OLE color: 2170413.
HSL color Cylindrical-coordinate representation of color #2D1E21: hue angle of 348º 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 #2D1E21 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 30 | 33 | - |
CMYK | 0 | 0.33 | 0.27 | 0.82 |
HSL | 348º | 0.2% | 0.15% | - |
HSV(B) | 348º | 0.33% | 0.18% | - |
XYZ | 1.82 | 1.6 | 1.65 | - |
YUV | 34.83 | 126.97 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 30 | 33 | 0 | 0.33 | 0.27 | 0.82 | 348 | 0.2 | 0.15 |
Hex | 2D | 1E | 21 | 0 | 21 | 1B | 52 | 15C | 14 | F |
Octal | 55 | 36 | 41 | 0 | 41 | 33 | 122 | 534 | 24 | 17 |
Binary | 101101 | 11110 | 100001 | 0 | 100001 | 11011 | 1010010 | 101011100 | 10100 | 1111 |
Color Harmonies of #2D1E21
Complementary color
Monochromatic Colors of #2D1E21
Black with #2D1E21
Text Example
Text Example
White with #2D1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E21; }
p { color: rgb(45,30,33); }
H1.HeaderClassName
{
color: #2D1E21;
}
.AnyTagClassName
{
color: #2D1E21;
}
</style>
background-color css
<style>
a { background-color: #2D1E21; }
a { background-color: rgb(45,30,33); }
div.DivClassName
{
background-color: #2D1E21;
}
.BgClassName
{
background-color: #2D1E21;
}
</style>
border-color css
<style>
span { border-color: #2D1E21; }
span { border-color: rgb(45,30,33); }
td.TdClassName
{
border-color: #2D1E21;
}
.TagClassName
{
border-color: #2D1E21;
}
</style>