Shades of Aubergine #241D1E
Tints of Aubergine #241D1E
RGB
CMYK
RGB Variations
Color information
#241D1E (or 0x241D1E) is known color: Aubergine. HEX triplet: 24, 1D and 1E. RGB value is (36,29,30). Sum of RGB (Red+Green+Blue) = 36+29+30=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1E is #DBE2E1. Grayscale: #1F1F1F. Windows color (decimal): -14410466 or 1973540. OLE color: 1973540.
HSL color Cylindrical-coordinate representation of color #241D1E: hue angle of 351.43º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #241D1E is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 30 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.86 |
| HSL | 351.43º | 0.11% | 0.13% | - |
| HSV(B) | 351.43º | 0.19% | 0.14% | - |
| XYZ | 1.4 | 1.35 | 1.41 | - |
| YUV | 31.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 30 | 0 | 0.19 | 0.17 | 0.86 | 351.43 | 0.11 | 0.13 |
| Hex | 24 | 1D | 1E | 0 | 13 | 11 | 56 | 15F | B | D |
| Octal | 44 | 35 | 36 | 0 | 23 | 21 | 126 | 537 | 13 | 15 |
| Binary | 100100 | 11101 | 11110 | 0 | 10011 | 10001 | 1010110 | 101011111 | 1011 | 1101 |
Color Harmonies of #241D1E
Complementary color
Monochromatic Colors of #241D1E
Black with #241D1E
Text Example
Text Example
White with #241D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D1E; }
p { color: rgb(36,29,30); }
H1.HeaderClassName
{
color: #241D1E;
}
.AnyTagClassName
{
color: #241D1E;
}
</style>
background-color css
<style>
a { background-color: #241D1E; }
a { background-color: rgb(36,29,30); }
div.DivClassName
{
background-color: #241D1E;
}
.BgClassName
{
background-color: #241D1E;
}
</style>
border-color css
<style>
span { border-color: #241D1E; }
span { border-color: rgb(36,29,30); }
td.TdClassName
{
border-color: #241D1E;
}
.TagClassName
{
border-color: #241D1E;
}
</style>