Shades of Aubergine #291C1F
Tints of Aubergine #291C1F
RGB
CMYK
RGB Variations
Color information
#291C1F (or 0x291C1F) is known color: Aubergine. HEX triplet: 29, 1C and 1F. RGB value is (41,28,31). Sum of RGB (Red+Green+Blue) = 41+28+31=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C1F is #D6E3E0. Grayscale: #202020. Windows color (decimal): -14083041 or 2038825. OLE color: 2038825.
HSL color Cylindrical-coordinate representation of color #291C1F: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C1F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 31 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.84 |
| HSL | 346.15º | 0.19% | 0.14% | - |
| HSV(B) | 346.15º | 0.32% | 0.16% | - |
| XYZ | 1.58 | 1.4 | 1.48 | - |
| YUV | 32.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 31 | 0 | 0.32 | 0.24 | 0.84 | 346.15 | 0.19 | 0.14 |
| Hex | 29 | 1C | 1F | 0 | 20 | 18 | 54 | 15A | 13 | E |
| Octal | 51 | 34 | 37 | 0 | 40 | 30 | 124 | 532 | 23 | 16 |
| Binary | 101001 | 11100 | 11111 | 0 | 100000 | 11000 | 1010100 | 101011010 | 10011 | 1110 |
Color Harmonies of #291C1F
Complementary color
Monochromatic Colors of #291C1F
Black with #291C1F
Text Example
Text Example
White with #291C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C1F; }
p { color: rgb(41,28,31); }
H1.HeaderClassName
{
color: #291C1F;
}
.AnyTagClassName
{
color: #291C1F;
}
</style>
background-color css
<style>
a { background-color: #291C1F; }
a { background-color: rgb(41,28,31); }
div.DivClassName
{
background-color: #291C1F;
}
.BgClassName
{
background-color: #291C1F;
}
</style>
border-color css
<style>
span { border-color: #291C1F; }
span { border-color: rgb(41,28,31); }
td.TdClassName
{
border-color: #291C1F;
}
.TagClassName
{
border-color: #291C1F;
}
</style>