Shades of Aubergine #3D292D
Tints of Aubergine #3D292D
RGB
CMYK
RGB Variations
Color information
#3D292D (or 0x3D292D) is known color: Aubergine. HEX triplet: 3D, 29 and 2D. RGB value is (61,41,45). Sum of RGB (Red+Green+Blue) = 61+41+45=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D292D is #C2D6D2. Grayscale: #2F2F2F. Windows color (decimal): -12768979 or 2959677. OLE color: 2959677.
HSL color Cylindrical-coordinate representation of color #3D292D: hue angle of 348º 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 #3D292D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 45 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.76 |
| HSL | 348º | 0.2% | 0.2% | - |
| HSV(B) | 348º | 0.33% | 0.24% | - |
| XYZ | 3.19 | 2.77 | 2.85 | - |
| YUV | 47.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 45 | 0 | 0.33 | 0.26 | 0.76 | 348 | 0.2 | 0.2 |
| Hex | 3D | 29 | 2D | 0 | 21 | 1A | 4C | 15C | 14 | 14 |
| Octal | 75 | 51 | 55 | 0 | 41 | 32 | 114 | 534 | 24 | 24 |
| Binary | 111101 | 101001 | 101101 | 0 | 100001 | 11010 | 1001100 | 101011100 | 10100 | 10100 |
Color Harmonies of #3D292D
Complementary color
Monochromatic Colors of #3D292D
Black with #3D292D
Text Example
Text Example
White with #3D292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D292D; }
p { color: rgb(61,41,45); }
H1.HeaderClassName
{
color: #3D292D;
}
.AnyTagClassName
{
color: #3D292D;
}
</style>
background-color css
<style>
a { background-color: #3D292D; }
a { background-color: rgb(61,41,45); }
div.DivClassName
{
background-color: #3D292D;
}
.BgClassName
{
background-color: #3D292D;
}
</style>
border-color css
<style>
span { border-color: #3D292D; }
span { border-color: rgb(61,41,45); }
td.TdClassName
{
border-color: #3D292D;
}
.TagClassName
{
border-color: #3D292D;
}
</style>