Shades of Aubergine #3D2D31
Tints of Aubergine #3D2D31
RGB
CMYK
RGB Variations
Color information
#3D2D31 (or 0x3D2D31) is known color: Aubergine. HEX triplet: 3D, 2D and 31. RGB value is (61,45,49). Sum of RGB (Red+Green+Blue) = 61+45+49=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2D31 is #C2D2CE. Grayscale: #323232. Windows color (decimal): -12767951 or 3222845. OLE color: 3222845.
HSL color Cylindrical-coordinate representation of color #3D2D31: hue angle of 345º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D2D31 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 45 | 49 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.76 |
| HSL | 345º | 0.15% | 0.21% | - |
| HSV(B) | 345º | 0.26% | 0.24% | - |
| XYZ | 3.42 | 3.09 | 3.32 | - |
| YUV | 50.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 49 | 0 | 0.26 | 0.20 | 0.76 | 345 | 0.15 | 0.21 |
| Hex | 3D | 2D | 31 | 0 | 1A | 14 | 4C | 159 | F | 15 |
| Octal | 75 | 55 | 61 | 0 | 32 | 24 | 114 | 531 | 17 | 25 |
| Binary | 111101 | 101101 | 110001 | 0 | 11010 | 10100 | 1001100 | 101011001 | 1111 | 10101 |
Color Harmonies of #3D2D31
Complementary color
Monochromatic Colors of #3D2D31
Black with #3D2D31
Text Example
Text Example
White with #3D2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2D31; }
p { color: rgb(61,45,49); }
H1.HeaderClassName
{
color: #3D2D31;
}
.AnyTagClassName
{
color: #3D2D31;
}
</style>
background-color css
<style>
a { background-color: #3D2D31; }
a { background-color: rgb(61,45,49); }
div.DivClassName
{
background-color: #3D2D31;
}
.BgClassName
{
background-color: #3D2D31;
}
</style>
border-color css
<style>
span { border-color: #3D2D31; }
span { border-color: rgb(61,45,49); }
td.TdClassName
{
border-color: #3D2D31;
}
.TagClassName
{
border-color: #3D2D31;
}
</style>