Shades of Aubergine #2A191E
Tints of Aubergine #2A191E
RGB
CMYK
RGB Variations
Color information
#2A191E (or 0x2A191E) is known color: Aubergine. HEX triplet: 2A, 19 and 1E. RGB value is (42,25,30). Sum of RGB (Red+Green+Blue) = 42+25+30=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191E is #D5E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14018274 or 1972522. OLE color: 1972522.
HSL color Cylindrical-coordinate representation of color #2A191E: hue angle of 342.35º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A191E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 30 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.84 |
| HSL | 342.35º | 0.25% | 0.13% | - |
| HSV(B) | 342.35º | 0.4% | 0.16% | - |
| XYZ | 1.54 | 1.28 | 1.39 | - |
| YUV | 30.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 30 | 0 | 0.40 | 0.29 | 0.84 | 342.35 | 0.25 | 0.13 |
| Hex | 2A | 19 | 1E | 0 | 28 | 1D | 54 | 156 | 19 | D |
| Octal | 52 | 31 | 36 | 0 | 50 | 35 | 124 | 526 | 31 | 15 |
| Binary | 101010 | 11001 | 11110 | 0 | 101000 | 11101 | 1010100 | 101010110 | 11001 | 1101 |
Color Harmonies of #2A191E
Complementary color
Monochromatic Colors of #2A191E
Black with #2A191E
Text Example
Text Example
White with #2A191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A191E; }
p { color: rgb(42,25,30); }
H1.HeaderClassName
{
color: #2A191E;
}
.AnyTagClassName
{
color: #2A191E;
}
</style>
background-color css
<style>
a { background-color: #2A191E; }
a { background-color: rgb(42,25,30); }
div.DivClassName
{
background-color: #2A191E;
}
.BgClassName
{
background-color: #2A191E;
}
</style>
border-color css
<style>
span { border-color: #2A191E; }
span { border-color: rgb(42,25,30); }
td.TdClassName
{
border-color: #2A191E;
}
.TagClassName
{
border-color: #2A191E;
}
</style>