#342829

Color #342829 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #342829

Tints of Aubergine #342829

Color information

#342829 (or 0x342829) is unknown color: approx Aubergine. HEX triplet: 34, 28 and 29. RGB value is (52,40,41). Sum of RGB (Red+Green+Blue) = 52+40+41=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #342829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342829 is #CBD7D6. Grayscale: #2B2B2B. Windows color (decimal): -13359063 or 2697268. OLE color: 2697268.

HSL color Cylindrical-coordinate representation of color #342829: hue angle of 355º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #342829 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB524041-
CMYK00.230.210.80
HSL355º13.04%18.04%-
HSV(B)355º23.08%20.39%-
XYZ2.582.412.43-
YUV43.7126.48133.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=39.10%
G=30.08%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52404100.230.210.8035513.0418.04
Hex3428290171550163d12
Octal645051027251205431522
Binary110100101000101001010111101011010000101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342829; }

 p { color: rgb(52,40,41); }

 H1.HeaderClassName
 {
   color: #342829;
 }
 .AnyTagClassName
 {
   color: #342829;
 }
</style>
background-color css

<style>
 a { background-color: #342829; }

 a { background-color: rgb(52,40,41); }

 div.DivClassName
 {
   background-color: #342829;
 }
 .BgClassName
 {
   background-color: #342829;
 }
</style>
border-color css

<style>
 span { border-color: #342829; }

 span { border-color: rgb(52,40,41); }

 td.TdClassName
 {
   border-color: #342829;
 }
 .TagClassName
 {
   border-color: #342829;
 }
</style>