#342428

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

Shades of Aubergine #342428

Tints of Aubergine #342428

Color information

#342428 (or 0x342428) is unknown color: approx Aubergine. HEX triplet: 34, 24 and 28. RGB value is (52,36,40). Sum of RGB (Red+Green+Blue) = 52+36+40=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342428 is #CBDBD7. Grayscale: #292929. Windows color (decimal): -13360088 or 2630708. OLE color: 2630708.

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

Color convert

RGB523640-
CMYK00.310.230.80
HSL345º18.18%17.25%-
HSV(B)345º30.77%20.39%-
XYZ2.432.152.29-
YUV41.24127.3135.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=40.62%
G=28.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52364000.310.230.8034518.1817.25
Hex34242801F17501591211
Octal644450037271205312221
Binary1101001001001010000111111011110100001010110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342428; }

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

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

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

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

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

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

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

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