Shades of Aubergine #3A2C30
Tints of Aubergine #3A2C30
RGB
CMYK
RGB Variations
Color information
#3A2C30 (or 0x3A2C30) is known color: Aubergine. HEX triplet: 3A, 2C and 30. RGB value is (58,44,48). Sum of RGB (Red+Green+Blue) = 58+44+48=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C30 is #C5D3CF. Grayscale: #303030. Windows color (decimal): -12964816 or 3157050. OLE color: 3157050.
HSL color Cylindrical-coordinate representation of color #3A2C30: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A2C30 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 48 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.77 |
| HSL | 342.86º | 0.14% | 0.2% | - |
| HSV(B) | 342.86º | 0.24% | 0.23% | - |
| XYZ | 3.18 | 2.91 | 3.19 | - |
| YUV | 48.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 48 | 0 | 0.24 | 0.17 | 0.77 | 342.86 | 0.14 | 0.2 |
| Hex | 3A | 2C | 30 | 0 | 18 | 11 | 4D | 157 | E | 14 |
| Octal | 72 | 54 | 60 | 0 | 30 | 21 | 115 | 527 | 16 | 24 |
| Binary | 111010 | 101100 | 110000 | 0 | 11000 | 10001 | 1001101 | 101010111 | 1110 | 10100 |
Color Harmonies of #3A2C30
Complementary color
Monochromatic Colors of #3A2C30
Black with #3A2C30
Text Example
Text Example
White with #3A2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C30; }
p { color: rgb(58,44,48); }
H1.HeaderClassName
{
color: #3A2C30;
}
.AnyTagClassName
{
color: #3A2C30;
}
</style>
background-color css
<style>
a { background-color: #3A2C30; }
a { background-color: rgb(58,44,48); }
div.DivClassName
{
background-color: #3A2C30;
}
.BgClassName
{
background-color: #3A2C30;
}
</style>
border-color css
<style>
span { border-color: #3A2C30; }
span { border-color: rgb(58,44,48); }
td.TdClassName
{
border-color: #3A2C30;
}
.TagClassName
{
border-color: #3A2C30;
}
</style>