Shades of Aubergine #3B2D30
Tints of Aubergine #3B2D30
RGB
CMYK
RGB Variations
Color information
#3B2D30 (or 0x3B2D30) is known color: Aubergine. HEX triplet: 3B, 2D and 30. RGB value is (59,45,48). Sum of RGB (Red+Green+Blue) = 59+45+48=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D30 is #C4D2CF. Grayscale: #313131. Windows color (decimal): -12899024 or 3157307. OLE color: 3157307.
HSL color Cylindrical-coordinate representation of color #3B2D30: hue angle of 347.14º degrees, saturation: 0.13, 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 #3B2D30 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 48 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.77 |
| HSL | 347.14º | 0.13% | 0.2% | - |
| HSV(B) | 347.14º | 0.24% | 0.23% | - |
| XYZ | 3.28 | 3.02 | 3.21 | - |
| YUV | 49.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 48 | 0 | 0.24 | 0.19 | 0.77 | 347.14 | 0.13 | 0.2 |
| Hex | 3B | 2D | 30 | 0 | 18 | 13 | 4D | 15B | D | 14 |
| Octal | 73 | 55 | 60 | 0 | 30 | 23 | 115 | 533 | 15 | 24 |
| Binary | 111011 | 101101 | 110000 | 0 | 11000 | 10011 | 1001101 | 101011011 | 1101 | 10100 |
Color Harmonies of #3B2D30
Complementary color
Monochromatic Colors of #3B2D30
Black with #3B2D30
Text Example
Text Example
White with #3B2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D30; }
p { color: rgb(59,45,48); }
H1.HeaderClassName
{
color: #3B2D30;
}
.AnyTagClassName
{
color: #3B2D30;
}
</style>
background-color css
<style>
a { background-color: #3B2D30; }
a { background-color: rgb(59,45,48); }
div.DivClassName
{
background-color: #3B2D30;
}
.BgClassName
{
background-color: #3B2D30;
}
</style>
border-color css
<style>
span { border-color: #3B2D30; }
span { border-color: rgb(59,45,48); }
td.TdClassName
{
border-color: #3B2D30;
}
.TagClassName
{
border-color: #3B2D30;
}
</style>