Shades of Aubergine #241A1C
Tints of Aubergine #241A1C
RGB
CMYK
RGB Variations
Color information
#241A1C (or 0x241A1C) is known color: Aubergine. HEX triplet: 24, 1A and 1C. RGB value is (36,26,28). Sum of RGB (Red+Green+Blue) = 36+26+28=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1C is #DBE5E3. Grayscale: #1D1D1D. Windows color (decimal): -14411236 or 1841700. OLE color: 1841700.
HSL color Cylindrical-coordinate representation of color #241A1C: hue angle of 348º 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 #241A1C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 28 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.86 |
| HSL | 348º | 0.16% | 0.12% | - |
| HSV(B) | 348º | 0.28% | 0.14% | - |
| XYZ | 1.31 | 1.2 | 1.26 | - |
| YUV | 29.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 28 | 0 | 0.28 | 0.22 | 0.86 | 348 | 0.16 | 0.12 |
| Hex | 24 | 1A | 1C | 0 | 1C | 16 | 56 | 15C | 10 | C |
| Octal | 44 | 32 | 34 | 0 | 34 | 26 | 126 | 534 | 20 | 14 |
| Binary | 100100 | 11010 | 11100 | 0 | 11100 | 10110 | 1010110 | 101011100 | 10000 | 1100 |
Color Harmonies of #241A1C
Complementary color
Monochromatic Colors of #241A1C
Black with #241A1C
Text Example
Text Example
White with #241A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A1C; }
p { color: rgb(36,26,28); }
H1.HeaderClassName
{
color: #241A1C;
}
.AnyTagClassName
{
color: #241A1C;
}
</style>
background-color css
<style>
a { background-color: #241A1C; }
a { background-color: rgb(36,26,28); }
div.DivClassName
{
background-color: #241A1C;
}
.BgClassName
{
background-color: #241A1C;
}
</style>
border-color css
<style>
span { border-color: #241A1C; }
span { border-color: rgb(36,26,28); }
td.TdClassName
{
border-color: #241A1C;
}
.TagClassName
{
border-color: #241A1C;
}
</style>