Shades of Aubergine #3D282D
Tints of Aubergine #3D282D
RGB
CMYK
RGB Variations
Color information
#3D282D (or 0x3D282D) is known color: Aubergine. HEX triplet: 3D, 28 and 2D. RGB value is (61,40,45). Sum of RGB (Red+Green+Blue) = 61+40+45=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282D is #C2D7D2. Grayscale: #2E2E2E. Windows color (decimal): -12769235 or 2959421. OLE color: 2959421.
HSL color Cylindrical-coordinate representation of color #3D282D: hue angle of 345.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D282D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 45 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.76 |
| HSL | 345.71º | 0.21% | 0.2% | - |
| HSV(B) | 345.71º | 0.34% | 0.24% | - |
| XYZ | 3.16 | 2.7 | 2.84 | - |
| YUV | 46.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 45 | 0 | 0.34 | 0.26 | 0.76 | 345.71 | 0.21 | 0.2 |
| Hex | 3D | 28 | 2D | 0 | 22 | 1A | 4C | 15A | 15 | 14 |
| Octal | 75 | 50 | 55 | 0 | 42 | 32 | 114 | 532 | 25 | 24 |
| Binary | 111101 | 101000 | 101101 | 0 | 100010 | 11010 | 1001100 | 101011010 | 10101 | 10100 |
Color Harmonies of #3D282D
Complementary color
Monochromatic Colors of #3D282D
Black with #3D282D
Text Example
Text Example
White with #3D282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D282D; }
p { color: rgb(61,40,45); }
H1.HeaderClassName
{
color: #3D282D;
}
.AnyTagClassName
{
color: #3D282D;
}
</style>
background-color css
<style>
a { background-color: #3D282D; }
a { background-color: rgb(61,40,45); }
div.DivClassName
{
background-color: #3D282D;
}
.BgClassName
{
background-color: #3D282D;
}
</style>
border-color css
<style>
span { border-color: #3D282D; }
span { border-color: rgb(61,40,45); }
td.TdClassName
{
border-color: #3D282D;
}
.TagClassName
{
border-color: #3D282D;
}
</style>