Shades of Aubergine #3B282D
Tints of Aubergine #3B282D
RGB
CMYK
RGB Variations
Color information
#3B282D (or 0x3B282D) is known color: Aubergine. HEX triplet: 3B, 28 and 2D. RGB value is (59,40,45). Sum of RGB (Red+Green+Blue) = 59+40+45=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B282D is #C4D7D2. Grayscale: #2E2E2E. Windows color (decimal): -12900307 or 2959419. OLE color: 2959419.
HSL color Cylindrical-coordinate representation of color #3B282D: hue angle of 344.21º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B282D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 45 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.77 |
| HSL | 344.21º | 0.19% | 0.19% | - |
| HSV(B) | 344.21º | 0.32% | 0.23% | - |
| XYZ | 3.04 | 2.64 | 2.83 | - |
| YUV | 46.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 45 | 0 | 0.32 | 0.24 | 0.77 | 344.21 | 0.19 | 0.19 |
| Hex | 3B | 28 | 2D | 0 | 20 | 18 | 4D | 158 | 13 | 13 |
| Octal | 73 | 50 | 55 | 0 | 40 | 30 | 115 | 530 | 23 | 23 |
| Binary | 111011 | 101000 | 101101 | 0 | 100000 | 11000 | 1001101 | 101011000 | 10011 | 10011 |
Color Harmonies of #3B282D
Complementary color
Monochromatic Colors of #3B282D
Black with #3B282D
Text Example
Text Example
White with #3B282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B282D; }
p { color: rgb(59,40,45); }
H1.HeaderClassName
{
color: #3B282D;
}
.AnyTagClassName
{
color: #3B282D;
}
</style>
background-color css
<style>
a { background-color: #3B282D; }
a { background-color: rgb(59,40,45); }
div.DivClassName
{
background-color: #3B282D;
}
.BgClassName
{
background-color: #3B282D;
}
</style>
border-color css
<style>
span { border-color: #3B282D; }
span { border-color: rgb(59,40,45); }
td.TdClassName
{
border-color: #3B282D;
}
.TagClassName
{
border-color: #3B282D;
}
</style>