#352124

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

Shades of Aubergine #352124

Tints of Aubergine #352124

Color information

#352124 (or 0x352124) is unknown color: approx Aubergine. HEX triplet: 35, 21 and 24. RGB value is (53,33,36). Sum of RGB (Red+Green+Blue) = 53+33+36=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352124 is #CADEDB. Grayscale: #272727. Windows color (decimal): -13295324 or 2367797. OLE color: 2367797.

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

Color convert

RGB533336-
CMYK00.380.320.79
HSL351º23.26%16.86%-
HSV(B)351º37.74%20.78%-
XYZ2.331.971.93-
YUV39.32126.13137.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=43.44%
G=27.05%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53333600.380.320.7935123.2616.86
Hex352124026204F15f1711
Octal654144046401175372721
Binary110101100001100100010011010000010011111010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352124; }

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

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

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

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

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

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

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

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