Shades of Aubergine #24191C
Tints of Aubergine #24191C
RGB
CMYK
RGB Variations
Color information
#24191C (or 0x24191C) is known color: Aubergine. HEX triplet: 24, 19 and 1C. RGB value is (36,25,28). Sum of RGB (Red+Green+Blue) = 36+25+28=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #24191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24191C is #DBE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14411492 or 1841444. OLE color: 1841444.
HSL color Cylindrical-coordinate representation of color #24191C: hue angle of 343.64º 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 #24191C is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 28 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.86 |
| HSL | 343.64º | 0.18% | 0.12% | - |
| HSV(B) | 343.64º | 0.31% | 0.14% | - |
| XYZ | 1.28 | 1.15 | 1.25 | - |
| YUV | 28.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 28 | 0 | 0.31 | 0.22 | 0.86 | 343.64 | 0.18 | 0.12 |
| Hex | 24 | 19 | 1C | 0 | 1F | 16 | 56 | 158 | 12 | C |
| Octal | 44 | 31 | 34 | 0 | 37 | 26 | 126 | 530 | 22 | 14 |
| Binary | 100100 | 11001 | 11100 | 0 | 11111 | 10110 | 1010110 | 101011000 | 10010 | 1100 |
Color Harmonies of #24191C
Complementary color
Monochromatic Colors of #24191C
Black with #24191C
Text Example
Text Example
White with #24191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24191C; }
p { color: rgb(36,25,28); }
H1.HeaderClassName
{
color: #24191C;
}
.AnyTagClassName
{
color: #24191C;
}
</style>
background-color css
<style>
a { background-color: #24191C; }
a { background-color: rgb(36,25,28); }
div.DivClassName
{
background-color: #24191C;
}
.BgClassName
{
background-color: #24191C;
}
</style>
border-color css
<style>
span { border-color: #24191C; }
span { border-color: rgb(36,25,28); }
td.TdClassName
{
border-color: #24191C;
}
.TagClassName
{
border-color: #24191C;
}
</style>