Shades of Aubergine #2C1A1E
Tints of Aubergine #2C1A1E
RGB
CMYK
RGB Variations
Color information
#2C1A1E (or 0x2C1A1E) is known color: Aubergine. HEX triplet: 2C, 1A and 1E. RGB value is (44,26,30). Sum of RGB (Red+Green+Blue) = 44+26+30=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1A1E is #D3E5E1. Grayscale: #1F1F1F. Windows color (decimal): -13886946 or 1972780. OLE color: 1972780.
HSL color Cylindrical-coordinate representation of color #2C1A1E: hue angle of 346.67º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C1A1E is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 26 | 30 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.83 |
| HSL | 346.67º | 0.26% | 0.14% | - |
| HSV(B) | 346.67º | 0.41% | 0.17% | - |
| XYZ | 1.64 | 1.37 | 1.41 | - |
| YUV | 31.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 30 | 0 | 0.41 | 0.32 | 0.83 | 346.67 | 0.26 | 0.14 |
| Hex | 2C | 1A | 1E | 0 | 29 | 20 | 53 | 15B | 1A | E |
| Octal | 54 | 32 | 36 | 0 | 51 | 40 | 123 | 533 | 32 | 16 |
| Binary | 101100 | 11010 | 11110 | 0 | 101001 | 100000 | 1010011 | 101011011 | 11010 | 1110 |
Color Harmonies of #2C1A1E
Complementary color
Monochromatic Colors of #2C1A1E
Black with #2C1A1E
Text Example
Text Example
White with #2C1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A1E; }
p { color: rgb(44,26,30); }
H1.HeaderClassName
{
color: #2C1A1E;
}
.AnyTagClassName
{
color: #2C1A1E;
}
</style>
background-color css
<style>
a { background-color: #2C1A1E; }
a { background-color: rgb(44,26,30); }
div.DivClassName
{
background-color: #2C1A1E;
}
.BgClassName
{
background-color: #2C1A1E;
}
</style>
border-color css
<style>
span { border-color: #2C1A1E; }
span { border-color: rgb(44,26,30); }
td.TdClassName
{
border-color: #2C1A1E;
}
.TagClassName
{
border-color: #2C1A1E;
}
</style>