#352E30

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

Shades of Aubergine #352E30

Tints of Aubergine #352E30

Color information

#352E30 (or 0x352E30) is unknown color: approx Aubergine. HEX triplet: 35, 2E and 30. RGB value is (53,46,48). Sum of RGB (Red+Green+Blue) = 53+46+48=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #352E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E30 is #CAD1CF. Grayscale: #303030. Windows color (decimal): -13291984 or 3157557. OLE color: 3157557.

HSL color Cylindrical-coordinate representation of color #352E30: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #352E30 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB534648-
CMYK00.130.090.79
HSL342.86º7.07%19.41%-
HSV(B)342.86º13.21%20.78%-
XYZ2.982.923.2-
YUV48.32127.82131.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=36.05%
G=31.29%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53464800.130.090.79342.867.0719.41
Hex352E300D94F157713
Octal65566001511117527723
Binary110101101110110000011011001100111110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E30; }

 p { color: rgb(53,46,48); }

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

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

 a { background-color: rgb(53,46,48); }

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

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

 span { border-color: rgb(53,46,48); }

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