Shades of Aubergine #3A2C2F
Tints of Aubergine #3A2C2F
RGB
CMYK
RGB Variations
Color information
#3A2C2F (or 0x3A2C2F) is known color: Aubergine. HEX triplet: 3A, 2C and 2F. RGB value is (58,44,47). Sum of RGB (Red+Green+Blue) = 58+44+47=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C2F is #C5D3D0. Grayscale: #303030. Windows color (decimal): -12964817 or 3091514. OLE color: 3091514.
HSL color Cylindrical-coordinate representation of color #3A2C2F: hue angle of 347.14º 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 #3A2C2F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 47 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.77 |
| HSL | 347.14º | 0.14% | 0.2% | - |
| HSV(B) | 347.14º | 0.24% | 0.23% | - |
| XYZ | 3.16 | 2.91 | 3.08 | - |
| YUV | 48.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 47 | 0 | 0.24 | 0.19 | 0.77 | 347.14 | 0.14 | 0.2 |
| Hex | 3A | 2C | 2F | 0 | 18 | 13 | 4D | 15B | E | 14 |
| Octal | 72 | 54 | 57 | 0 | 30 | 23 | 115 | 533 | 16 | 24 |
| Binary | 111010 | 101100 | 101111 | 0 | 11000 | 10011 | 1001101 | 101011011 | 1110 | 10100 |
Color Harmonies of #3A2C2F
Complementary color
Monochromatic Colors of #3A2C2F
Black with #3A2C2F
Text Example
Text Example
White with #3A2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C2F; }
p { color: rgb(58,44,47); }
H1.HeaderClassName
{
color: #3A2C2F;
}
.AnyTagClassName
{
color: #3A2C2F;
}
</style>
background-color css
<style>
a { background-color: #3A2C2F; }
a { background-color: rgb(58,44,47); }
div.DivClassName
{
background-color: #3A2C2F;
}
.BgClassName
{
background-color: #3A2C2F;
}
</style>
border-color css
<style>
span { border-color: #3A2C2F; }
span { border-color: rgb(58,44,47); }
td.TdClassName
{
border-color: #3A2C2F;
}
.TagClassName
{
border-color: #3A2C2F;
}
</style>