Shades of Aubergine #2A2021
Tints of Aubergine #2A2021
RGB
CMYK
RGB Variations
Color information
#2A2021 (or 0x2A2021) is known color: Aubergine. HEX triplet: 2A, 20 and 21. RGB value is (42,32,33). Sum of RGB (Red+Green+Blue) = 42+32+33=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2021 is #D5DFDE. Grayscale: #232323. Windows color (decimal): -14016479 or 2170922. OLE color: 2170922.
HSL color Cylindrical-coordinate representation of color #2A2021: hue angle of 354º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A2021 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 32 | 33 | - |
CMYK | 0 | 0.24 | 0.21 | 0.84 |
HSL | 354º | 0.14% | 0.15% | - |
HSV(B) | 354º | 0.24% | 0.16% | - |
XYZ | 1.75 | 1.64 | 1.66 | - |
YUV | 35.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 32 | 33 | 0 | 0.24 | 0.21 | 0.84 | 354 | 0.14 | 0.15 |
Hex | 2A | 20 | 21 | 0 | 18 | 15 | 54 | 162 | E | F |
Octal | 52 | 40 | 41 | 0 | 30 | 25 | 124 | 542 | 16 | 17 |
Binary | 101010 | 100000 | 100001 | 0 | 11000 | 10101 | 1010100 | 101100010 | 1110 | 1111 |
Color Harmonies of #2A2021
Complementary color
Monochromatic Colors of #2A2021
Black with #2A2021
Text Example
Text Example
White with #2A2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2021; }
p { color: rgb(42,32,33); }
H1.HeaderClassName
{
color: #2A2021;
}
.AnyTagClassName
{
color: #2A2021;
}
</style>
background-color css
<style>
a { background-color: #2A2021; }
a { background-color: rgb(42,32,33); }
div.DivClassName
{
background-color: #2A2021;
}
.BgClassName
{
background-color: #2A2021;
}
</style>
border-color css
<style>
span { border-color: #2A2021; }
span { border-color: rgb(42,32,33); }
td.TdClassName
{
border-color: #2A2021;
}
.TagClassName
{
border-color: #2A2021;
}
</style>