Shades of Aubergine #342426
Tints of Aubergine #342426
RGB
CMYK
RGB Variations
Color information
#342426 (or 0x342426) is known color: Aubergine. HEX triplet: 34, 24 and 26. RGB value is (52,36,38). Sum of RGB (Red+Green+Blue) = 52+36+38=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342426 is #CBDBD9. Grayscale: #292929. Windows color (decimal): -13360090 or 2499636. OLE color: 2499636.
HSL color Cylindrical-coordinate representation of color #342426: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #342426 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 38 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.80 |
| HSL | 352.5º | 0.18% | 0.17% | - |
| HSV(B) | 352.5º | 0.31% | 0.2% | - |
| XYZ | 2.4 | 2.13 | 2.12 | - |
| YUV | 41.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 38 | 0 | 0.31 | 0.27 | 0.80 | 352.5 | 0.18 | 0.17 |
| Hex | 34 | 24 | 26 | 0 | 1F | 1B | 50 | 160 | 12 | 11 |
| Octal | 64 | 44 | 46 | 0 | 37 | 33 | 120 | 540 | 22 | 21 |
| Binary | 110100 | 100100 | 100110 | 0 | 11111 | 11011 | 1010000 | 101100000 | 10010 | 10001 |
Color Harmonies of #342426
Complementary color
Monochromatic Colors of #342426
Black with #342426
Text Example
Text Example
White with #342426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342426; }
p { color: rgb(52,36,38); }
H1.HeaderClassName
{
color: #342426;
}
.AnyTagClassName
{
color: #342426;
}
</style>
background-color css
<style>
a { background-color: #342426; }
a { background-color: rgb(52,36,38); }
div.DivClassName
{
background-color: #342426;
}
.BgClassName
{
background-color: #342426;
}
</style>
border-color css
<style>
span { border-color: #342426; }
span { border-color: rgb(52,36,38); }
td.TdClassName
{
border-color: #342426;
}
.TagClassName
{
border-color: #342426;
}
</style>