Shades of Aubergine #242122
Tints of Aubergine #242122
RGB
CMYK
RGB Variations
Color information
#242122 (or 0x242122) is known color: Aubergine. HEX triplet: 24, 21 and 22. RGB value is (36,33,34). Sum of RGB (Red+Green+Blue) = 36+33+34=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 36 - color contains mainly: red. Hex color #242122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242122 is #DBDEDD. Grayscale: #222222. Windows color (decimal): -14409438 or 2236708. OLE color: 2236708.
HSL color Cylindrical-coordinate representation of color #242122: hue angle of 340º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #242122 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 33 | 34 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.86 |
| HSL | 340º | 0.04% | 0.14% | - |
| HSV(B) | 340º | 0.08% | 0.14% | - |
| XYZ | 1.56 | 1.58 | 1.74 | - |
| YUV | 34.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 34 | 0 | 0.08 | 0.06 | 0.86 | 340 | 0.04 | 0.14 |
| Hex | 24 | 21 | 22 | 0 | 8 | 6 | 56 | 154 | 4 | E |
| Octal | 44 | 41 | 42 | 0 | 10 | 6 | 126 | 524 | 4 | 16 |
| Binary | 100100 | 100001 | 100010 | 0 | 1000 | 110 | 1010110 | 101010100 | 100 | 1110 |
Color Harmonies of #242122
Complementary color
Monochromatic Colors of #242122
Black with #242122
Text Example
Text Example
White with #242122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242122; }
p { color: rgb(36,33,34); }
H1.HeaderClassName
{
color: #242122;
}
.AnyTagClassName
{
color: #242122;
}
</style>
background-color css
<style>
a { background-color: #242122; }
a { background-color: rgb(36,33,34); }
div.DivClassName
{
background-color: #242122;
}
.BgClassName
{
background-color: #242122;
}
</style>
border-color css
<style>
span { border-color: #242122; }
span { border-color: rgb(36,33,34); }
td.TdClassName
{
border-color: #242122;
}
.TagClassName
{
border-color: #242122;
}
</style>