Shades of Aubergine #342A2C
Tints of Aubergine #342A2C
RGB
CMYK
RGB Variations
Color information
#342A2C (or 0x342A2C) is known color: Aubergine. HEX triplet: 34, 2A and 2C. RGB value is (52,42,44). Sum of RGB (Red+Green+Blue) = 52+42+44=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A2C is #CBD5D3. Grayscale: #2D2D2D. Windows color (decimal): -13358548 or 2894388. OLE color: 2894388.
HSL color Cylindrical-coordinate representation of color #342A2C: hue angle of 348º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #342A2C is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 44 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.80 |
| HSL | 348º | 0.11% | 0.18% | - |
| HSV(B) | 348º | 0.19% | 0.2% | - |
| XYZ | 2.7 | 2.57 | 2.74 | - |
| YUV | 45.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 44 | 0 | 0.19 | 0.15 | 0.80 | 348 | 0.11 | 0.18 |
| Hex | 34 | 2A | 2C | 0 | 13 | F | 50 | 15C | B | 12 |
| Octal | 64 | 52 | 54 | 0 | 23 | 17 | 120 | 534 | 13 | 22 |
| Binary | 110100 | 101010 | 101100 | 0 | 10011 | 1111 | 1010000 | 101011100 | 1011 | 10010 |
Color Harmonies of #342A2C
Complementary color
Monochromatic Colors of #342A2C
Black with #342A2C
Text Example
Text Example
White with #342A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A2C; }
p { color: rgb(52,42,44); }
H1.HeaderClassName
{
color: #342A2C;
}
.AnyTagClassName
{
color: #342A2C;
}
</style>
background-color css
<style>
a { background-color: #342A2C; }
a { background-color: rgb(52,42,44); }
div.DivClassName
{
background-color: #342A2C;
}
.BgClassName
{
background-color: #342A2C;
}
</style>
border-color css
<style>
span { border-color: #342A2C; }
span { border-color: rgb(52,42,44); }
td.TdClassName
{
border-color: #342A2C;
}
.TagClassName
{
border-color: #342A2C;
}
</style>