#352629

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

Shades of Aubergine #352629

Tints of Aubergine #352629

Color information

#352629 (or 0x352629) is unknown color: approx Aubergine. HEX triplet: 35, 26 and 29. RGB value is (53,38,41). Sum of RGB (Red+Green+Blue) = 53+38+41=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352629 is #CAD9D6. Grayscale: #2A2A2A. Windows color (decimal): -13294039 or 2696757. OLE color: 2696757.

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

Color convert

RGB533841-
CMYK00.280.230.79
HSL348º16.48%17.84%-
HSV(B)348º28.3%20.78%-
XYZ2.562.32.41-
YUV42.83126.97135.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=40.15%
G=28.79%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53384100.280.230.7934816.4817.84
Hex35262901C174F15c1012
Octal654651034271175342022
Binary1101011001101010010111001011110011111010111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352629; }

 p { color: rgb(53,38,41); }

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

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

 a { background-color: rgb(53,38,41); }

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

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

 span { border-color: rgb(53,38,41); }

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