#352527

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

Shades of Aubergine #352527

Tints of Aubergine #352527

Color information

#352527 (or 0x352527) is unknown color: approx Aubergine. HEX triplet: 35, 25 and 27. RGB value is (53,37,39). Sum of RGB (Red+Green+Blue) = 53+37+39=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352527 is #CADAD8. Grayscale: #2A2A2A. Windows color (decimal): -13294297 or 2565429. OLE color: 2565429.

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

Color convert

RGB533739-
CMYK00.300.260.79
HSL352.5º17.78%17.65%-
HSV(B)352.5º30.19%20.78%-
XYZ2.52.232.22-
YUV42.01126.3135.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=41.09%
G=28.68%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373900.300.260.79352.517.7817.65
Hex35252701E1A4F1601212
Octal654547036321175402222
Binary1101011001011001110111101101010011111011000001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352527; }

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

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

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

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

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

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

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

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