Shades of Aubergine #341F21
Tints of Aubergine #341F21
RGB
CMYK
RGB Variations
Color information
#341F21 (or 0x341F21) is known color: Aubergine. HEX triplet: 34, 1F and 21. RGB value is (52,31,33). Sum of RGB (Red+Green+Blue) = 52+31+33=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F21 is #CBE0DE. Grayscale: #252525. Windows color (decimal): -13361375 or 2170676. OLE color: 2170676.
HSL color Cylindrical-coordinate representation of color #341F21: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F21 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 33 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.80 |
| HSL | 354.29º | 0.25% | 0.16% | - |
| HSV(B) | 354.29º | 0.4% | 0.2% | - |
| XYZ | 2.18 | 1.82 | 1.68 | - |
| YUV | 37.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 33 | 0 | 0.40 | 0.37 | 0.80 | 354.29 | 0.25 | 0.16 |
| Hex | 34 | 1F | 21 | 0 | 28 | 25 | 50 | 162 | 19 | 10 |
| Octal | 64 | 37 | 41 | 0 | 50 | 45 | 120 | 542 | 31 | 20 |
| Binary | 110100 | 11111 | 100001 | 0 | 101000 | 100101 | 1010000 | 101100010 | 11001 | 10000 |
Color Harmonies of #341F21
Complementary color
Monochromatic Colors of #341F21
Black with #341F21
Text Example
Text Example
White with #341F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F21; }
p { color: rgb(52,31,33); }
H1.HeaderClassName
{
color: #341F21;
}
.AnyTagClassName
{
color: #341F21;
}
</style>
background-color css
<style>
a { background-color: #341F21; }
a { background-color: rgb(52,31,33); }
div.DivClassName
{
background-color: #341F21;
}
.BgClassName
{
background-color: #341F21;
}
</style>
border-color css
<style>
span { border-color: #341F21; }
span { border-color: rgb(52,31,33); }
td.TdClassName
{
border-color: #341F21;
}
.TagClassName
{
border-color: #341F21;
}
</style>