Shades of Aubergine #3F2B2F
Tints of Aubergine #3F2B2F
RGB
CMYK
RGB Variations
Color information
#3F2B2F (or 0x3F2B2F) is known color: Aubergine. HEX triplet: 3F, 2B and 2F. RGB value is (63,43,47). Sum of RGB (Red+Green+Blue) = 63+43+47=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B2F is #C0D4D0. Grayscale: #313131. Windows color (decimal): -12637393 or 3091263. OLE color: 3091263.
HSL color Cylindrical-coordinate representation of color #3F2B2F: hue angle of 348º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F2B2F is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 47 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.75 |
| HSL | 348º | 0.19% | 0.21% | - |
| HSV(B) | 348º | 0.32% | 0.25% | - |
| XYZ | 3.43 | 2.99 | 3.09 | - |
| YUV | 49.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 47 | 0 | 0.32 | 0.25 | 0.75 | 348 | 0.19 | 0.21 |
| Hex | 3F | 2B | 2F | 0 | 20 | 19 | 4B | 15C | 13 | 15 |
| Octal | 77 | 53 | 57 | 0 | 40 | 31 | 113 | 534 | 23 | 25 |
| Binary | 111111 | 101011 | 101111 | 0 | 100000 | 11001 | 1001011 | 101011100 | 10011 | 10101 |
Color Harmonies of #3F2B2F
Complementary color
Monochromatic Colors of #3F2B2F
Black with #3F2B2F
Text Example
Text Example
White with #3F2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B2F; }
p { color: rgb(63,43,47); }
H1.HeaderClassName
{
color: #3F2B2F;
}
.AnyTagClassName
{
color: #3F2B2F;
}
</style>
background-color css
<style>
a { background-color: #3F2B2F; }
a { background-color: rgb(63,43,47); }
div.DivClassName
{
background-color: #3F2B2F;
}
.BgClassName
{
background-color: #3F2B2F;
}
</style>
border-color css
<style>
span { border-color: #3F2B2F; }
span { border-color: rgb(63,43,47); }
td.TdClassName
{
border-color: #3F2B2F;
}
.TagClassName
{
border-color: #3F2B2F;
}
</style>