Shades of Aubergine #3B2F32
Tints of Aubergine #3B2F32
RGB
CMYK
RGB Variations
Color information
#3B2F32 (or 0x3B2F32) is known color: Aubergine. HEX triplet: 3B, 2F and 32. RGB value is (59,47,50). Sum of RGB (Red+Green+Blue) = 59+47+50=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F32 is #C4D0CD. Grayscale: #323232. Windows color (decimal): -12898510 or 3288891. OLE color: 3288891.
HSL color Cylindrical-coordinate representation of color #3B2F32: hue angle of 345º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B2F32 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 50 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.77 |
| HSL | 345º | 0.11% | 0.21% | - |
| HSV(B) | 345º | 0.2% | 0.23% | - |
| XYZ | 3.4 | 3.19 | 3.45 | - |
| YUV | 50.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 50 | 0 | 0.20 | 0.15 | 0.77 | 345 | 0.11 | 0.21 |
| Hex | 3B | 2F | 32 | 0 | 14 | F | 4D | 159 | B | 15 |
| Octal | 73 | 57 | 62 | 0 | 24 | 17 | 115 | 531 | 13 | 25 |
| Binary | 111011 | 101111 | 110010 | 0 | 10100 | 1111 | 1001101 | 101011001 | 1011 | 10101 |
Color Harmonies of #3B2F32
Complementary color
Monochromatic Colors of #3B2F32
Black with #3B2F32
Text Example
Text Example
White with #3B2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F32; }
p { color: rgb(59,47,50); }
H1.HeaderClassName
{
color: #3B2F32;
}
.AnyTagClassName
{
color: #3B2F32;
}
</style>
background-color css
<style>
a { background-color: #3B2F32; }
a { background-color: rgb(59,47,50); }
div.DivClassName
{
background-color: #3B2F32;
}
.BgClassName
{
background-color: #3B2F32;
}
</style>
border-color css
<style>
span { border-color: #3B2F32; }
span { border-color: rgb(59,47,50); }
td.TdClassName
{
border-color: #3B2F32;
}
.TagClassName
{
border-color: #3B2F32;
}
</style>