Shades of Aubergine #342224
Tints of Aubergine #342224
RGB
CMYK
RGB Variations
Color information
#342224 (or 0x342224) is known color: Aubergine. HEX triplet: 34, 22 and 24. RGB value is (52,34,36). Sum of RGB (Red+Green+Blue) = 52+34+36=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342224 is #CBDDDB. Grayscale: #272727. Windows color (decimal): -13360604 or 2368052. OLE color: 2368052.
HSL color Cylindrical-coordinate representation of color #342224: hue angle of 353.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #342224 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 36 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.80 |
| HSL | 353.33º | 0.21% | 0.17% | - |
| HSV(B) | 353.33º | 0.35% | 0.2% | - |
| XYZ | 2.31 | 2 | 1.93 | - |
| YUV | 39.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 36 | 0 | 0.35 | 0.31 | 0.80 | 353.33 | 0.21 | 0.17 |
| Hex | 34 | 22 | 24 | 0 | 23 | 1F | 50 | 161 | 15 | 11 |
| Octal | 64 | 42 | 44 | 0 | 43 | 37 | 120 | 541 | 25 | 21 |
| Binary | 110100 | 100010 | 100100 | 0 | 100011 | 11111 | 1010000 | 101100001 | 10101 | 10001 |
Color Harmonies of #342224
Complementary color
Monochromatic Colors of #342224
Black with #342224
Text Example
Text Example
White with #342224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342224; }
p { color: rgb(52,34,36); }
H1.HeaderClassName
{
color: #342224;
}
.AnyTagClassName
{
color: #342224;
}
</style>
background-color css
<style>
a { background-color: #342224; }
a { background-color: rgb(52,34,36); }
div.DivClassName
{
background-color: #342224;
}
.BgClassName
{
background-color: #342224;
}
</style>
border-color css
<style>
span { border-color: #342224; }
span { border-color: rgb(52,34,36); }
td.TdClassName
{
border-color: #342224;
}
.TagClassName
{
border-color: #342224;
}
</style>