Shades of Aubergine #2A1B1E
Tints of Aubergine #2A1B1E
RGB
CMYK
RGB Variations
Color information
#2A1B1E (or 0x2A1B1E) is known color: Aubergine. HEX triplet: 2A, 1B and 1E. RGB value is (42,27,30). Sum of RGB (Red+Green+Blue) = 42+27+30=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1B1E is #D5E4E1. Grayscale: #1F1F1F. Windows color (decimal): -14017762 or 1973034. OLE color: 1973034.
HSL color Cylindrical-coordinate representation of color #2A1B1E: hue angle of 348º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A1B1E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 27 | 30 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.84 |
| HSL | 348º | 0.22% | 0.14% | - |
| HSV(B) | 348º | 0.36% | 0.16% | - |
| XYZ | 1.58 | 1.37 | 1.41 | - |
| YUV | 31.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 30 | 0 | 0.36 | 0.29 | 0.84 | 348 | 0.22 | 0.14 |
| Hex | 2A | 1B | 1E | 0 | 24 | 1D | 54 | 15C | 16 | E |
| Octal | 52 | 33 | 36 | 0 | 44 | 35 | 124 | 534 | 26 | 16 |
| Binary | 101010 | 11011 | 11110 | 0 | 100100 | 11101 | 1010100 | 101011100 | 10110 | 1110 |
Color Harmonies of #2A1B1E
Complementary color
Monochromatic Colors of #2A1B1E
Black with #2A1B1E
Text Example
Text Example
White with #2A1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B1E; }
p { color: rgb(42,27,30); }
H1.HeaderClassName
{
color: #2A1B1E;
}
.AnyTagClassName
{
color: #2A1B1E;
}
</style>
background-color css
<style>
a { background-color: #2A1B1E; }
a { background-color: rgb(42,27,30); }
div.DivClassName
{
background-color: #2A1B1E;
}
.BgClassName
{
background-color: #2A1B1E;
}
</style>
border-color css
<style>
span { border-color: #2A1B1E; }
span { border-color: rgb(42,27,30); }
td.TdClassName
{
border-color: #2A1B1E;
}
.TagClassName
{
border-color: #2A1B1E;
}
</style>