Shades of Aubergine #2A1D22
Tints of Aubergine #2A1D22
RGB
CMYK
RGB Variations
Color information
#2A1D22 (or 0x2A1D22) is known color: Aubergine. HEX triplet: 2A, 1D and 22. RGB value is (42,29,34). Sum of RGB (Red+Green+Blue) = 42+29+34=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1D22 is #D5E2DD. Grayscale: #212121. Windows color (decimal): -14017246 or 2235690. OLE color: 2235690.
HSL color Cylindrical-coordinate representation of color #2A1D22: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A1D22 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 34 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.84 |
| HSL | 336.92º | 0.18% | 0.14% | - |
| HSV(B) | 336.92º | 0.31% | 0.16% | - |
| XYZ | 1.68 | 1.49 | 1.71 | - |
| YUV | 33.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 34 | 0 | 0.31 | 0.19 | 0.84 | 336.92 | 0.18 | 0.14 |
| Hex | 2A | 1D | 22 | 0 | 1F | 13 | 54 | 151 | 12 | E |
| Octal | 52 | 35 | 42 | 0 | 37 | 23 | 124 | 521 | 22 | 16 |
| Binary | 101010 | 11101 | 100010 | 0 | 11111 | 10011 | 1010100 | 101010001 | 10010 | 1110 |
Color Harmonies of #2A1D22
Complementary color
Monochromatic Colors of #2A1D22
Black with #2A1D22
Text Example
Text Example
White with #2A1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D22; }
p { color: rgb(42,29,34); }
H1.HeaderClassName
{
color: #2A1D22;
}
.AnyTagClassName
{
color: #2A1D22;
}
</style>
background-color css
<style>
a { background-color: #2A1D22; }
a { background-color: rgb(42,29,34); }
div.DivClassName
{
background-color: #2A1D22;
}
.BgClassName
{
background-color: #2A1D22;
}
</style>
border-color css
<style>
span { border-color: #2A1D22; }
span { border-color: rgb(42,29,34); }
td.TdClassName
{
border-color: #2A1D22;
}
.TagClassName
{
border-color: #2A1D22;
}
</style>