Shades of Aubergine #341E21
Tints of Aubergine #341E21
RGB
CMYK
RGB Variations
Color information
#341E21 (or 0x341E21) is known color: Aubergine. HEX triplet: 34, 1E and 21. RGB value is (52,30,33). Sum of RGB (Red+Green+Blue) = 52+30+33=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E21 is #CBE1DE. Grayscale: #242424. Windows color (decimal): -13361631 or 2170420. OLE color: 2170420.
HSL color Cylindrical-coordinate representation of color #341E21: hue angle of 351.82º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E21 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 33 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.80 |
| HSL | 351.82º | 0.27% | 0.16% | - |
| HSV(B) | 351.82º | 0.42% | 0.2% | - |
| XYZ | 2.15 | 1.77 | 1.67 | - |
| YUV | 36.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 33 | 0 | 0.42 | 0.37 | 0.80 | 351.82 | 0.27 | 0.16 |
| Hex | 34 | 1E | 21 | 0 | 2A | 25 | 50 | 160 | 1B | 10 |
| Octal | 64 | 36 | 41 | 0 | 52 | 45 | 120 | 540 | 33 | 20 |
| Binary | 110100 | 11110 | 100001 | 0 | 101010 | 100101 | 1010000 | 101100000 | 11011 | 10000 |
Color Harmonies of #341E21
Complementary color
Monochromatic Colors of #341E21
Black with #341E21
Text Example
Text Example
White with #341E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E21; }
p { color: rgb(52,30,33); }
H1.HeaderClassName
{
color: #341E21;
}
.AnyTagClassName
{
color: #341E21;
}
</style>
background-color css
<style>
a { background-color: #341E21; }
a { background-color: rgb(52,30,33); }
div.DivClassName
{
background-color: #341E21;
}
.BgClassName
{
background-color: #341E21;
}
</style>
border-color css
<style>
span { border-color: #341E21; }
span { border-color: rgb(52,30,33); }
td.TdClassName
{
border-color: #341E21;
}
.TagClassName
{
border-color: #341E21;
}
</style>