Shades of Aubergine #2C2526
Tints of Aubergine #2C2526
RGB
CMYK
RGB Variations
Color information
#2C2526 (or 0x2C2526) is known color: Aubergine. HEX triplet: 2C, 25 and 26. RGB value is (44,37,38). Sum of RGB (Red+Green+Blue) = 44+37+38=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2526 is #D3DAD9. Grayscale: #272727. Windows color (decimal): -13884122 or 2499884. OLE color: 2499884.
HSL color Cylindrical-coordinate representation of color #2C2526: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2C2526 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 38 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.83 |
| HSL | 351.43º | 0.09% | 0.16% | - |
| HSV(B) | 351.43º | 0.16% | 0.17% | - |
| XYZ | 2.05 | 2 | 2.11 | - |
| YUV | 39.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 38 | 0 | 0.16 | 0.14 | 0.83 | 351.43 | 0.09 | 0.16 |
| Hex | 2C | 25 | 26 | 0 | 10 | E | 53 | 15F | 9 | 10 |
| Octal | 54 | 45 | 46 | 0 | 20 | 16 | 123 | 537 | 11 | 20 |
| Binary | 101100 | 100101 | 100110 | 0 | 10000 | 1110 | 1010011 | 101011111 | 1001 | 10000 |
Color Harmonies of #2C2526
Complementary color
Monochromatic Colors of #2C2526
Black with #2C2526
Text Example
Text Example
White with #2C2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2526; }
p { color: rgb(44,37,38); }
H1.HeaderClassName
{
color: #2C2526;
}
.AnyTagClassName
{
color: #2C2526;
}
</style>
background-color css
<style>
a { background-color: #2C2526; }
a { background-color: rgb(44,37,38); }
div.DivClassName
{
background-color: #2C2526;
}
.BgClassName
{
background-color: #2C2526;
}
</style>
border-color css
<style>
span { border-color: #2C2526; }
span { border-color: rgb(44,37,38); }
td.TdClassName
{
border-color: #2C2526;
}
.TagClassName
{
border-color: #2C2526;
}
</style>