Shades of Aubergine #24191E
Tints of Aubergine #24191E
RGB
CMYK
RGB Variations
Color information
#24191E (or 0x24191E) is known color: Aubergine. HEX triplet: 24, 19 and 1E. RGB value is (36,25,30). Sum of RGB (Red+Green+Blue) = 36+25+30=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #24191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24191E is #DBE6E1. Grayscale: #1C1C1C. Windows color (decimal): -14411490 or 1972516. OLE color: 1972516.
HSL color Cylindrical-coordinate representation of color #24191E: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #24191E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 30 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.86 |
| HSL | 332.73º | 0.18% | 0.12% | - |
| HSV(B) | 332.73º | 0.31% | 0.14% | - |
| XYZ | 1.31 | 1.16 | 1.38 | - |
| YUV | 28.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 30 | 0 | 0.31 | 0.17 | 0.86 | 332.73 | 0.18 | 0.12 |
| Hex | 24 | 19 | 1E | 0 | 1F | 11 | 56 | 14D | 12 | C |
| Octal | 44 | 31 | 36 | 0 | 37 | 21 | 126 | 515 | 22 | 14 |
| Binary | 100100 | 11001 | 11110 | 0 | 11111 | 10001 | 1010110 | 101001101 | 10010 | 1100 |
Color Harmonies of #24191E
Complementary color
Monochromatic Colors of #24191E
Black with #24191E
Text Example
Text Example
White with #24191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24191E; }
p { color: rgb(36,25,30); }
H1.HeaderClassName
{
color: #24191E;
}
.AnyTagClassName
{
color: #24191E;
}
</style>
background-color css
<style>
a { background-color: #24191E; }
a { background-color: rgb(36,25,30); }
div.DivClassName
{
background-color: #24191E;
}
.BgClassName
{
background-color: #24191E;
}
</style>
border-color css
<style>
span { border-color: #24191E; }
span { border-color: rgb(36,25,30); }
td.TdClassName
{
border-color: #24191E;
}
.TagClassName
{
border-color: #24191E;
}
</style>