Shades of Aubergine #2C1A1F
Tints of Aubergine #2C1A1F
RGB
CMYK
RGB Variations
Color information
#2C1A1F (or 0x2C1A1F) is known color: Aubergine. HEX triplet: 2C, 1A and 1F. RGB value is (44,26,31). Sum of RGB (Red+Green+Blue) = 44+26+31=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1A1F is #D3E5E0. Grayscale: #1F1F1F. Windows color (decimal): -13886945 or 2038316. OLE color: 2038316.
HSL color Cylindrical-coordinate representation of color #2C1A1F: hue angle of 343.33º 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 #2C1A1F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 26 | 31 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.83 |
| HSL | 343.33º | 0.26% | 0.14% | - |
| HSV(B) | 343.33º | 0.41% | 0.17% | - |
| XYZ | 1.66 | 1.37 | 1.47 | - |
| YUV | 31.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 31 | 0 | 0.41 | 0.30 | 0.83 | 343.33 | 0.26 | 0.14 |
| Hex | 2C | 1A | 1F | 0 | 29 | 1E | 53 | 157 | 1A | E |
| Octal | 54 | 32 | 37 | 0 | 51 | 36 | 123 | 527 | 32 | 16 |
| Binary | 101100 | 11010 | 11111 | 0 | 101001 | 11110 | 1010011 | 101010111 | 11010 | 1110 |
Color Harmonies of #2C1A1F
Complementary color
Monochromatic Colors of #2C1A1F
Black with #2C1A1F
Text Example
Text Example
White with #2C1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A1F; }
p { color: rgb(44,26,31); }
H1.HeaderClassName
{
color: #2C1A1F;
}
.AnyTagClassName
{
color: #2C1A1F;
}
</style>
background-color css
<style>
a { background-color: #2C1A1F; }
a { background-color: rgb(44,26,31); }
div.DivClassName
{
background-color: #2C1A1F;
}
.BgClassName
{
background-color: #2C1A1F;
}
</style>
border-color css
<style>
span { border-color: #2C1A1F; }
span { border-color: rgb(44,26,31); }
td.TdClassName
{
border-color: #2C1A1F;
}
.TagClassName
{
border-color: #2C1A1F;
}
</style>