Shades of Aubergine #342A2D
Tints of Aubergine #342A2D
RGB
CMYK
RGB Variations
Color information
#342A2D (or 0x342A2D) is known color: Aubergine. HEX triplet: 34, 2A and 2D. RGB value is (52,42,45). Sum of RGB (Red+Green+Blue) = 52+42+45=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A2D is #CBD5D2. Grayscale: #2D2D2D. Windows color (decimal): -13358547 or 2959924. OLE color: 2959924.
HSL color Cylindrical-coordinate representation of color #342A2D: hue angle of 342º 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 #342A2D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 45 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.80 |
| HSL | 342º | 0.11% | 0.18% | - |
| HSV(B) | 342º | 0.19% | 0.2% | - |
| XYZ | 2.72 | 2.58 | 2.84 | - |
| YUV | 45.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 45 | 0 | 0.19 | 0.13 | 0.80 | 342 | 0.11 | 0.18 |
| Hex | 34 | 2A | 2D | 0 | 13 | D | 50 | 156 | B | 12 |
| Octal | 64 | 52 | 55 | 0 | 23 | 15 | 120 | 526 | 13 | 22 |
| Binary | 110100 | 101010 | 101101 | 0 | 10011 | 1101 | 1010000 | 101010110 | 1011 | 10010 |
Color Harmonies of #342A2D
Complementary color
Monochromatic Colors of #342A2D
Black with #342A2D
Text Example
Text Example
White with #342A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A2D; }
p { color: rgb(52,42,45); }
H1.HeaderClassName
{
color: #342A2D;
}
.AnyTagClassName
{
color: #342A2D;
}
</style>
background-color css
<style>
a { background-color: #342A2D; }
a { background-color: rgb(52,42,45); }
div.DivClassName
{
background-color: #342A2D;
}
.BgClassName
{
background-color: #342A2D;
}
</style>
border-color css
<style>
span { border-color: #342A2D; }
span { border-color: rgb(52,42,45); }
td.TdClassName
{
border-color: #342A2D;
}
.TagClassName
{
border-color: #342A2D;
}
</style>