#342528

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

Shades of Aubergine #342528

Tints of Aubergine #342528

Color information

#342528 (or 0x342528) is unknown color: approx Aubergine. HEX triplet: 34, 25 and 28. RGB value is (52,37,40). Sum of RGB (Red+Green+Blue) = 52+37+40=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342528 is #CBDAD7. Grayscale: #292929. Windows color (decimal): -13359832 or 2630964. OLE color: 2630964.

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

Color convert

RGB523740-
CMYK00.290.230.80
HSL348º16.85%17.45%-
HSV(B)348º28.85%20.39%-
XYZ2.462.212.3-
YUV41.83126.97135.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=40.31%
G=28.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52374000.290.230.8034816.8517.45
Hex34252801D175015c1111
Octal644550035271205342121
Binary1101001001011010000111011011110100001010111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342528; }

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

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

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

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

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

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

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

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