#352324

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

Shades of Aubergine #352324

Tints of Aubergine #352324

Color information

#352324 (or 0x352324) is unknown color: approx Aubergine. HEX triplet: 35, 23 and 24. RGB value is (53,35,36). Sum of RGB (Red+Green+Blue) = 53+35+36=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352324 is #CADCDB. Grayscale: #282828. Windows color (decimal): -13294812 or 2368309. OLE color: 2368309.

HSL color Cylindrical-coordinate representation of color #352324: hue angle of 356.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #352324 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB533536-
CMYK00.340.320.79
HSL356.67º20.45%17.25%-
HSV(B)356.67º33.96%20.78%-
XYZ2.392.091.95-
YUV40.5125.46136.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=42.74%
G=28.23%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53353600.340.320.79356.6720.4517.25
Hex352324022204F1651411
Octal654344042401175452421
Binary110101100011100100010001010000010011111011001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352324; }

 p { color: rgb(53,35,36); }

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

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

 a { background-color: rgb(53,35,36); }

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

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

 span { border-color: rgb(53,35,36); }

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