Shades of Aubergine #342325
Tints of Aubergine #342325
RGB
CMYK
RGB Variations
Color information
#342325 (or 0x342325) is known color: Aubergine. HEX triplet: 34, 23 and 25. RGB value is (52,35,37). Sum of RGB (Red+Green+Blue) = 52+35+37=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342325 is #CBDCDA. Grayscale: #282828. Windows color (decimal): -13360347 or 2433844. OLE color: 2433844.
HSL color Cylindrical-coordinate representation of color #342325: hue angle of 352.94º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342325 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 37 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.80 |
| HSL | 352.94º | 0.2% | 0.17% | - |
| HSV(B) | 352.94º | 0.33% | 0.2% | - |
| XYZ | 2.35 | 2.07 | 2.03 | - |
| YUV | 40.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 37 | 0 | 0.33 | 0.29 | 0.80 | 352.94 | 0.2 | 0.17 |
| Hex | 34 | 23 | 25 | 0 | 21 | 1D | 50 | 161 | 14 | 11 |
| Octal | 64 | 43 | 45 | 0 | 41 | 35 | 120 | 541 | 24 | 21 |
| Binary | 110100 | 100011 | 100101 | 0 | 100001 | 11101 | 1010000 | 101100001 | 10100 | 10001 |
Color Harmonies of #342325
Complementary color
Monochromatic Colors of #342325
Black with #342325
Text Example
Text Example
White with #342325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342325; }
p { color: rgb(52,35,37); }
H1.HeaderClassName
{
color: #342325;
}
.AnyTagClassName
{
color: #342325;
}
</style>
background-color css
<style>
a { background-color: #342325; }
a { background-color: rgb(52,35,37); }
div.DivClassName
{
background-color: #342325;
}
.BgClassName
{
background-color: #342325;
}
</style>
border-color css
<style>
span { border-color: #342325; }
span { border-color: rgb(52,35,37); }
td.TdClassName
{
border-color: #342325;
}
.TagClassName
{
border-color: #342325;
}
</style>