#342429

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

Shades of Aubergine #342429

Tints of Aubergine #342429

Color information

#342429 (or 0x342429) is unknown color: approx Aubergine. HEX triplet: 34, 24 and 29. RGB value is (52,36,41). Sum of RGB (Red+Green+Blue) = 52+36+41=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342429 is #CBDBD6. Grayscale: #292929. Windows color (decimal): -13360087 or 2696244. OLE color: 2696244.

HSL color Cylindrical-coordinate representation of color #342429: hue angle of 341.25º 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 #342429 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB523641-
CMYK00.310.210.80
HSL341.25º18.18%17.25%-
HSV(B)341.25º30.77%20.39%-
XYZ2.452.152.38-
YUV41.35127.8135.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=40.31%
G=27.91%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52364100.310.210.80341.2518.1817.25
Hex34242901F15501551211
Octal644451037251205252221
Binary1101001001001010010111111010110100001010101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342429; }

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

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

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

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

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

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

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

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