Shades of Aubergine #24151A
Tints of Aubergine #24151A
RGB
CMYK
RGB Variations
Color information
#24151A (or 0x24151A) is known color: Aubergine. HEX triplet: 24, 15 and 1A. RGB value is (36,21,26). Sum of RGB (Red+Green+Blue) = 36+21+26=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #24151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151A is #DBEAE5. Grayscale: #1A1A1A. Windows color (decimal): -14412518 or 1709348. OLE color: 1709348.
HSL color Cylindrical-coordinate representation of color #24151A: hue angle of 340º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24151A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 26 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.86 |
| HSL | 340º | 0.26% | 0.11% | - |
| HSV(B) | 340º | 0.42% | 0.14% | - |
| XYZ | 1.18 | 0.99 | 1.11 | - |
| YUV | 26.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 26 | 0 | 0.42 | 0.28 | 0.86 | 340 | 0.26 | 0.11 |
| Hex | 24 | 15 | 1A | 0 | 2A | 1C | 56 | 154 | 1A | B |
| Octal | 44 | 25 | 32 | 0 | 52 | 34 | 126 | 524 | 32 | 13 |
| Binary | 100100 | 10101 | 11010 | 0 | 101010 | 11100 | 1010110 | 101010100 | 11010 | 1011 |
Color Harmonies of #24151A
Complementary color
Monochromatic Colors of #24151A
Black with #24151A
Text Example
Text Example
White with #24151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24151A; }
p { color: rgb(36,21,26); }
H1.HeaderClassName
{
color: #24151A;
}
.AnyTagClassName
{
color: #24151A;
}
</style>
background-color css
<style>
a { background-color: #24151A; }
a { background-color: rgb(36,21,26); }
div.DivClassName
{
background-color: #24151A;
}
.BgClassName
{
background-color: #24151A;
}
</style>
border-color css
<style>
span { border-color: #24151A; }
span { border-color: rgb(36,21,26); }
td.TdClassName
{
border-color: #24151A;
}
.TagClassName
{
border-color: #24151A;
}
</style>