Shades of Aubergine #2C2627
Tints of Aubergine #2C2627
RGB
CMYK
RGB Variations
Color information
#2C2627 (or 0x2C2627) is known color: Aubergine. HEX triplet: 2C, 26 and 27. RGB value is (44,38,39). Sum of RGB (Red+Green+Blue) = 44+38+39=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2627 is #D3D9D8. Grayscale: #272727. Windows color (decimal): -13883865 or 2565676. OLE color: 2565676.
HSL color Cylindrical-coordinate representation of color #2C2627: hue angle of 350º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2C2627 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 38 | 39 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.83 |
| HSL | 350º | 0.07% | 0.16% | - |
| HSV(B) | 350º | 0.14% | 0.17% | - |
| XYZ | 2.1 | 2.07 | 2.21 | - |
| YUV | 39.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 39 | 0 | 0.14 | 0.11 | 0.83 | 350 | 0.07 | 0.16 |
| Hex | 2C | 26 | 27 | 0 | E | B | 53 | 15E | 7 | 10 |
| Octal | 54 | 46 | 47 | 0 | 16 | 13 | 123 | 536 | 7 | 20 |
| Binary | 101100 | 100110 | 100111 | 0 | 1110 | 1011 | 1010011 | 101011110 | 111 | 10000 |
Color Harmonies of #2C2627
Complementary color
Monochromatic Colors of #2C2627
Black with #2C2627
Text Example
Text Example
White with #2C2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2627; }
p { color: rgb(44,38,39); }
H1.HeaderClassName
{
color: #2C2627;
}
.AnyTagClassName
{
color: #2C2627;
}
</style>
background-color css
<style>
a { background-color: #2C2627; }
a { background-color: rgb(44,38,39); }
div.DivClassName
{
background-color: #2C2627;
}
.BgClassName
{
background-color: #2C2627;
}
</style>
border-color css
<style>
span { border-color: #2C2627; }
span { border-color: rgb(44,38,39); }
td.TdClassName
{
border-color: #2C2627;
}
.TagClassName
{
border-color: #2C2627;
}
</style>