Shades of Aubergine #342F30
Tints of Aubergine #342F30
RGB
CMYK
RGB Variations
Color information
#342F30 (or 0x342F30) is known color: Aubergine. HEX triplet: 34, 2F and 30. RGB value is (52,47,48). Sum of RGB (Red+Green+Blue) = 52+47+48=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #342F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F30 is #CBD0CF. Grayscale: #303030. Windows color (decimal): -13357264 or 3157812. OLE color: 3157812.
HSL color Cylindrical-coordinate representation of color #342F30: hue angle of 348º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #342F30 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 48 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.80 |
| HSL | 348º | 0.05% | 0.19% | - |
| HSV(B) | 348º | 0.1% | 0.2% | - |
| XYZ | 2.97 | 2.98 | 3.21 | - |
| YUV | 48.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 48 | 0 | 0.10 | 0.08 | 0.80 | 348 | 0.05 | 0.19 |
| Hex | 34 | 2F | 30 | 0 | A | 8 | 50 | 15C | 5 | 13 |
| Octal | 64 | 57 | 60 | 0 | 12 | 10 | 120 | 534 | 5 | 23 |
| Binary | 110100 | 101111 | 110000 | 0 | 1010 | 1000 | 1010000 | 101011100 | 101 | 10011 |
Color Harmonies of #342F30
Complementary color
Monochromatic Colors of #342F30
Black with #342F30
Text Example
Text Example
White with #342F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F30; }
p { color: rgb(52,47,48); }
H1.HeaderClassName
{
color: #342F30;
}
.AnyTagClassName
{
color: #342F30;
}
</style>
background-color css
<style>
a { background-color: #342F30; }
a { background-color: rgb(52,47,48); }
div.DivClassName
{
background-color: #342F30;
}
.BgClassName
{
background-color: #342F30;
}
</style>
border-color css
<style>
span { border-color: #342F30; }
span { border-color: rgb(52,47,48); }
td.TdClassName
{
border-color: #342F30;
}
.TagClassName
{
border-color: #342F30;
}
</style>