#352729

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

Shades of Aubergine #352729

Tints of Aubergine #352729

Color information

#352729 (or 0x352729) is unknown color: approx Aubergine. HEX triplet: 35, 27 and 29. RGB value is (53,39,41). Sum of RGB (Red+Green+Blue) = 53+39+41=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352729 is #CAD8D6. Grayscale: #2B2B2B. Windows color (decimal): -13293783 or 2697013. OLE color: 2697013.

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

Color convert

RGB533941-
CMYK00.260.230.79
HSL351.43º15.22%18.04%-
HSV(B)351.43º26.42%20.78%-
XYZ2.592.372.42-
YUV43.41126.64134.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=39.85%
G=29.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394100.260.230.79351.4315.2218.04
Hex35272901A174F15ff12
Octal654751032271175371722
Binary110101100111101001011010101111001111101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352729; }

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

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

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

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

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

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

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

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