Shades of Aubergine #3A2D30
Tints of Aubergine #3A2D30
RGB
CMYK
RGB Variations
Color information
#3A2D30 (or 0x3A2D30) is known color: Aubergine. HEX triplet: 3A, 2D and 30. RGB value is (58,45,48). Sum of RGB (Red+Green+Blue) = 58+45+48=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D30 is #C5D2CF. Grayscale: #313131. Windows color (decimal): -12964560 or 3157306. OLE color: 3157306.
HSL color Cylindrical-coordinate representation of color #3A2D30: hue angle of 346.15º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A2D30 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 45 | 48 | - |
CMYK | 0 | 0.22 | 0.17 | 0.77 |
HSL | 346.15º | 0.13% | 0.2% | - |
HSV(B) | 346.15º | 0.22% | 0.23% | - |
XYZ | 3.22 | 2.99 | 3.2 | - |
YUV | 49.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 45 | 48 | 0 | 0.22 | 0.17 | 0.77 | 346.15 | 0.13 | 0.2 |
Hex | 3A | 2D | 30 | 0 | 16 | 11 | 4D | 15A | D | 14 |
Octal | 72 | 55 | 60 | 0 | 26 | 21 | 115 | 532 | 15 | 24 |
Binary | 111010 | 101101 | 110000 | 0 | 10110 | 10001 | 1001101 | 101011010 | 1101 | 10100 |
Color Harmonies of #3A2D30
Complementary color
Monochromatic Colors of #3A2D30
Black with #3A2D30
Text Example
Text Example
White with #3A2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D30; }
p { color: rgb(58,45,48); }
H1.HeaderClassName
{
color: #3A2D30;
}
.AnyTagClassName
{
color: #3A2D30;
}
</style>
background-color css
<style>
a { background-color: #3A2D30; }
a { background-color: rgb(58,45,48); }
div.DivClassName
{
background-color: #3A2D30;
}
.BgClassName
{
background-color: #3A2D30;
}
</style>
border-color css
<style>
span { border-color: #3A2D30; }
span { border-color: rgb(58,45,48); }
td.TdClassName
{
border-color: #3A2D30;
}
.TagClassName
{
border-color: #3A2D30;
}
</style>