Shades of Aubergine #2C2427
Tints of Aubergine #2C2427
RGB
CMYK
RGB Variations
Color information
#2C2427 (or 0x2C2427) is known color: Aubergine. HEX triplet: 2C, 24 and 27. RGB value is (44,36,39). Sum of RGB (Red+Green+Blue) = 44+36+39=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2427 is #D3DBD8. Grayscale: #262626. Windows color (decimal): -13884377 or 2565164. OLE color: 2565164.
HSL color Cylindrical-coordinate representation of color #2C2427: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C2427 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 39 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.83 |
| HSL | 337.5º | 0.1% | 0.16% | - |
| HSV(B) | 337.5º | 0.18% | 0.17% | - |
| XYZ | 2.04 | 1.94 | 2.19 | - |
| YUV | 38.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 39 | 0 | 0.18 | 0.11 | 0.83 | 337.5 | 0.1 | 0.16 |
| Hex | 2C | 24 | 27 | 0 | 12 | B | 53 | 152 | A | 10 |
| Octal | 54 | 44 | 47 | 0 | 22 | 13 | 123 | 522 | 12 | 20 |
| Binary | 101100 | 100100 | 100111 | 0 | 10010 | 1011 | 1010011 | 101010010 | 1010 | 10000 |
Color Harmonies of #2C2427
Complementary color
Monochromatic Colors of #2C2427
Black with #2C2427
Text Example
Text Example
White with #2C2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2427; }
p { color: rgb(44,36,39); }
H1.HeaderClassName
{
color: #2C2427;
}
.AnyTagClassName
{
color: #2C2427;
}
</style>
background-color css
<style>
a { background-color: #2C2427; }
a { background-color: rgb(44,36,39); }
div.DivClassName
{
background-color: #2C2427;
}
.BgClassName
{
background-color: #2C2427;
}
</style>
border-color css
<style>
span { border-color: #2C2427; }
span { border-color: rgb(44,36,39); }
td.TdClassName
{
border-color: #2C2427;
}
.TagClassName
{
border-color: #2C2427;
}
</style>