Shades of Aubergine #3D292E
Tints of Aubergine #3D292E
RGB
CMYK
RGB Variations
Color information
#3D292E (or 0x3D292E) is known color: Aubergine. HEX triplet: 3D, 29 and 2E. RGB value is (61,41,46). Sum of RGB (Red+Green+Blue) = 61+41+46=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D292E is #C2D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12768978 or 3025213. OLE color: 3025213.
HSL color Cylindrical-coordinate representation of color #3D292E: hue angle of 345º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D292E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 46 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.76 |
| HSL | 345º | 0.2% | 0.2% | - |
| HSV(B) | 345º | 0.33% | 0.24% | - |
| XYZ | 3.21 | 2.78 | 2.95 | - |
| YUV | 47.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 46 | 0 | 0.33 | 0.25 | 0.76 | 345 | 0.2 | 0.2 |
| Hex | 3D | 29 | 2E | 0 | 21 | 19 | 4C | 159 | 14 | 14 |
| Octal | 75 | 51 | 56 | 0 | 41 | 31 | 114 | 531 | 24 | 24 |
| Binary | 111101 | 101001 | 101110 | 0 | 100001 | 11001 | 1001100 | 101011001 | 10100 | 10100 |
Color Harmonies of #3D292E
Complementary color
Monochromatic Colors of #3D292E
Black with #3D292E
Text Example
Text Example
White with #3D292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D292E; }
p { color: rgb(61,41,46); }
H1.HeaderClassName
{
color: #3D292E;
}
.AnyTagClassName
{
color: #3D292E;
}
</style>
background-color css
<style>
a { background-color: #3D292E; }
a { background-color: rgb(61,41,46); }
div.DivClassName
{
background-color: #3D292E;
}
.BgClassName
{
background-color: #3D292E;
}
</style>
border-color css
<style>
span { border-color: #3D292E; }
span { border-color: rgb(61,41,46); }
td.TdClassName
{
border-color: #3D292E;
}
.TagClassName
{
border-color: #3D292E;
}
</style>