Shades of Aubergine #241C1E
Tints of Aubergine #241C1E
RGB
CMYK
RGB Variations
Color information
#241C1E (or 0x241C1E) is known color: Aubergine. HEX triplet: 24, 1C and 1E. RGB value is (36,28,30). Sum of RGB (Red+Green+Blue) = 36+28+30=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1E is #DBE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14410722 or 1973284. OLE color: 1973284.
HSL color Cylindrical-coordinate representation of color #241C1E: hue angle of 345º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C1E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 30 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.86 |
| HSL | 345º | 0.13% | 0.13% | - |
| HSV(B) | 345º | 0.22% | 0.14% | - |
| XYZ | 1.38 | 1.3 | 1.41 | - |
| YUV | 30.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 30 | 0 | 0.22 | 0.17 | 0.86 | 345 | 0.13 | 0.13 |
| Hex | 24 | 1C | 1E | 0 | 16 | 11 | 56 | 159 | C | D |
| Octal | 44 | 34 | 36 | 0 | 26 | 21 | 126 | 531 | 14 | 15 |
| Binary | 100100 | 11100 | 11110 | 0 | 10110 | 10001 | 1010110 | 101011001 | 1100 | 1101 |
Color Harmonies of #241C1E
Complementary color
Monochromatic Colors of #241C1E
Black with #241C1E
Text Example
Text Example
White with #241C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C1E; }
p { color: rgb(36,28,30); }
H1.HeaderClassName
{
color: #241C1E;
}
.AnyTagClassName
{
color: #241C1E;
}
</style>
background-color css
<style>
a { background-color: #241C1E; }
a { background-color: rgb(36,28,30); }
div.DivClassName
{
background-color: #241C1E;
}
.BgClassName
{
background-color: #241C1E;
}
</style>
border-color css
<style>
span { border-color: #241C1E; }
span { border-color: rgb(36,28,30); }
td.TdClassName
{
border-color: #241C1E;
}
.TagClassName
{
border-color: #241C1E;
}
</style>