Shades of Aubergine #342024
Tints of Aubergine #342024
RGB
CMYK
RGB Variations
Color information
#342024 (or 0x342024) is known color: Aubergine. HEX triplet: 34, 20 and 24. RGB value is (52,32,36). Sum of RGB (Red+Green+Blue) = 52+32+36=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #342024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342024 is #CBDFDB. Grayscale: #262626. Windows color (decimal): -13361116 or 2367540. OLE color: 2367540.
HSL color Cylindrical-coordinate representation of color #342024: hue angle of 348º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342024 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 36 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.80 |
| HSL | 348º | 0.24% | 0.16% | - |
| HSV(B) | 348º | 0.38% | 0.2% | - |
| XYZ | 2.25 | 1.89 | 1.92 | - |
| YUV | 38.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 36 | 0 | 0.38 | 0.31 | 0.80 | 348 | 0.24 | 0.16 |
| Hex | 34 | 20 | 24 | 0 | 26 | 1F | 50 | 15C | 18 | 10 |
| Octal | 64 | 40 | 44 | 0 | 46 | 37 | 120 | 534 | 30 | 20 |
| Binary | 110100 | 100000 | 100100 | 0 | 100110 | 11111 | 1010000 | 101011100 | 11000 | 10000 |
Color Harmonies of #342024
Complementary color
Monochromatic Colors of #342024
Black with #342024
Text Example
Text Example
White with #342024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342024; }
p { color: rgb(52,32,36); }
H1.HeaderClassName
{
color: #342024;
}
.AnyTagClassName
{
color: #342024;
}
</style>
background-color css
<style>
a { background-color: #342024; }
a { background-color: rgb(52,32,36); }
div.DivClassName
{
background-color: #342024;
}
.BgClassName
{
background-color: #342024;
}
</style>
border-color css
<style>
span { border-color: #342024; }
span { border-color: rgb(52,32,36); }
td.TdClassName
{
border-color: #342024;
}
.TagClassName
{
border-color: #342024;
}
</style>