Shades of Aubergine #241D1F
Tints of Aubergine #241D1F
RGB
CMYK
RGB Variations
Color information
#241D1F (or 0x241D1F) is known color: Aubergine. HEX triplet: 24, 1D and 1F. RGB value is (36,29,31). Sum of RGB (Red+Green+Blue) = 36+29+31=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1F is #DBE2E0. Grayscale: #1F1F1F. Windows color (decimal): -14410465 or 2039076. OLE color: 2039076.
HSL color Cylindrical-coordinate representation of color #241D1F: hue angle of 342.86º 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 #241D1F is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 31 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.86 |
| HSL | 342.86º | 0.11% | 0.13% | - |
| HSV(B) | 342.86º | 0.19% | 0.14% | - |
| XYZ | 1.41 | 1.35 | 1.48 | - |
| YUV | 31.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 31 | 0 | 0.19 | 0.14 | 0.86 | 342.86 | 0.11 | 0.13 |
| Hex | 24 | 1D | 1F | 0 | 13 | E | 56 | 157 | B | D |
| Octal | 44 | 35 | 37 | 0 | 23 | 16 | 126 | 527 | 13 | 15 |
| Binary | 100100 | 11101 | 11111 | 0 | 10011 | 1110 | 1010110 | 101010111 | 1011 | 1101 |
Color Harmonies of #241D1F
Complementary color
Monochromatic Colors of #241D1F
Black with #241D1F
Text Example
Text Example
White with #241D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D1F; }
p { color: rgb(36,29,31); }
H1.HeaderClassName
{
color: #241D1F;
}
.AnyTagClassName
{
color: #241D1F;
}
</style>
background-color css
<style>
a { background-color: #241D1F; }
a { background-color: rgb(36,29,31); }
div.DivClassName
{
background-color: #241D1F;
}
.BgClassName
{
background-color: #241D1F;
}
</style>
border-color css
<style>
span { border-color: #241D1F; }
span { border-color: rgb(36,29,31); }
td.TdClassName
{
border-color: #241D1F;
}
.TagClassName
{
border-color: #241D1F;
}
</style>