Shades of Aubergine #3F2A2E
Tints of Aubergine #3F2A2E
RGB
CMYK
RGB Variations
Color information
#3F2A2E (or 0x3F2A2E) is known color: Aubergine. HEX triplet: 3F, 2A and 2E. RGB value is (63,42,46). Sum of RGB (Red+Green+Blue) = 63+42+46=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A2E is #C0D5D1. Grayscale: #303030. Windows color (decimal): -12637650 or 3025471. OLE color: 3025471.
HSL color Cylindrical-coordinate representation of color #3F2A2E: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A2E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 46 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.75 |
| HSL | 348.57º | 0.2% | 0.21% | - |
| HSV(B) | 348.57º | 0.33% | 0.25% | - |
| XYZ | 3.37 | 2.91 | 2.97 | - |
| YUV | 48.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 46 | 0 | 0.33 | 0.27 | 0.75 | 348.57 | 0.2 | 0.21 |
| Hex | 3F | 2A | 2E | 0 | 21 | 1B | 4B | 15D | 14 | 15 |
| Octal | 77 | 52 | 56 | 0 | 41 | 33 | 113 | 535 | 24 | 25 |
| Binary | 111111 | 101010 | 101110 | 0 | 100001 | 11011 | 1001011 | 101011101 | 10100 | 10101 |
Color Harmonies of #3F2A2E
Complementary color
Monochromatic Colors of #3F2A2E
Black with #3F2A2E
Text Example
Text Example
White with #3F2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A2E; }
p { color: rgb(63,42,46); }
H1.HeaderClassName
{
color: #3F2A2E;
}
.AnyTagClassName
{
color: #3F2A2E;
}
</style>
background-color css
<style>
a { background-color: #3F2A2E; }
a { background-color: rgb(63,42,46); }
div.DivClassName
{
background-color: #3F2A2E;
}
.BgClassName
{
background-color: #3F2A2E;
}
</style>
border-color css
<style>
span { border-color: #3F2A2E; }
span { border-color: rgb(63,42,46); }
td.TdClassName
{
border-color: #3F2A2E;
}
.TagClassName
{
border-color: #3F2A2E;
}
</style>