Shades of Aubergine #241E1F
Tints of Aubergine #241E1F
RGB
CMYK
RGB Variations
Color information
#241E1F (or 0x241E1F) is known color: Aubergine. HEX triplet: 24, 1E and 1F. RGB value is (36,30,31). Sum of RGB (Red+Green+Blue) = 36+30+31=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #241E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E1F is #DBE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14410209 or 2039332. OLE color: 2039332.
HSL color Cylindrical-coordinate representation of color #241E1F: hue angle of 350º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #241E1F is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 30 | 31 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.86 |
| HSL | 350º | 0.09% | 0.13% | - |
| HSV(B) | 350º | 0.17% | 0.14% | - |
| XYZ | 1.44 | 1.4 | 1.49 | - |
| YUV | 31.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 31 | 0 | 0.17 | 0.14 | 0.86 | 350 | 0.09 | 0.13 |
| Hex | 24 | 1E | 1F | 0 | 11 | E | 56 | 15E | 9 | D |
| Octal | 44 | 36 | 37 | 0 | 21 | 16 | 126 | 536 | 11 | 15 |
| Binary | 100100 | 11110 | 11111 | 0 | 10001 | 1110 | 1010110 | 101011110 | 1001 | 1101 |
Color Harmonies of #241E1F
Complementary color
Monochromatic Colors of #241E1F
Black with #241E1F
Text Example
Text Example
White with #241E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E1F; }
p { color: rgb(36,30,31); }
H1.HeaderClassName
{
color: #241E1F;
}
.AnyTagClassName
{
color: #241E1F;
}
</style>
background-color css
<style>
a { background-color: #241E1F; }
a { background-color: rgb(36,30,31); }
div.DivClassName
{
background-color: #241E1F;
}
.BgClassName
{
background-color: #241E1F;
}
</style>
border-color css
<style>
span { border-color: #241E1F; }
span { border-color: rgb(36,30,31); }
td.TdClassName
{
border-color: #241E1F;
}
.TagClassName
{
border-color: #241E1F;
}
</style>