#353132

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

Shades of Aubergine #353132

Tints of Aubergine #353132

Color information

#353132 (or 0x353132) is unknown color: approx Aubergine. HEX triplet: 35, 31 and 32. RGB value is (53,49,50). Sum of RGB (Red+Green+Blue) = 53+49+50=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353132 is #CACECD. Grayscale: #323232. Windows color (decimal): -13291214 or 3289397. OLE color: 3289397.

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

Color convert

RGB534950-
CMYK00.080.060.79
HSL345º3.92%20%-
HSV(B)345º7.55%20.78%-
XYZ3.143.183.47-
YUV50.31127.83129.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=34.87%
G=32.24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53495000.080.060.793453.9220
Hex3531320864F159414
Octal6561620106117531424
Binary11010111000111001001000110100111110101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353132; }

 p { color: rgb(53,49,50); }

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

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

 a { background-color: rgb(53,49,50); }

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

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

 span { border-color: rgb(53,49,50); }

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