Shades of Aubergine #241A1D
Tints of Aubergine #241A1D
RGB
CMYK
RGB Variations
Color information
#241A1D (or 0x241A1D) is known color: Aubergine. HEX triplet: 24, 1A and 1D. RGB value is (36,26,29). Sum of RGB (Red+Green+Blue) = 36+26+29=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1D is #DBE5E2. Grayscale: #1D1D1D. Windows color (decimal): -14411235 or 1907236. OLE color: 1907236.
HSL color Cylindrical-coordinate representation of color #241A1D: hue angle of 342º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A1D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 29 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.86 |
| HSL | 342º | 0.16% | 0.12% | - |
| HSV(B) | 342º | 0.28% | 0.14% | - |
| XYZ | 1.32 | 1.2 | 1.33 | - |
| YUV | 29.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 29 | 0 | 0.28 | 0.19 | 0.86 | 342 | 0.16 | 0.12 |
| Hex | 24 | 1A | 1D | 0 | 1C | 13 | 56 | 156 | 10 | C |
| Octal | 44 | 32 | 35 | 0 | 34 | 23 | 126 | 526 | 20 | 14 |
| Binary | 100100 | 11010 | 11101 | 0 | 11100 | 10011 | 1010110 | 101010110 | 10000 | 1100 |
Color Harmonies of #241A1D
Complementary color
Monochromatic Colors of #241A1D
Black with #241A1D
Text Example
Text Example
White with #241A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A1D; }
p { color: rgb(36,26,29); }
H1.HeaderClassName
{
color: #241A1D;
}
.AnyTagClassName
{
color: #241A1D;
}
</style>
background-color css
<style>
a { background-color: #241A1D; }
a { background-color: rgb(36,26,29); }
div.DivClassName
{
background-color: #241A1D;
}
.BgClassName
{
background-color: #241A1D;
}
</style>
border-color css
<style>
span { border-color: #241A1D; }
span { border-color: rgb(36,26,29); }
td.TdClassName
{
border-color: #241A1D;
}
.TagClassName
{
border-color: #241A1D;
}
</style>