#352227

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

Shades of Aubergine #352227

Tints of Aubergine #352227

Color information

#352227 (or 0x352227) is unknown color: approx Aubergine. HEX triplet: 35, 22 and 27. RGB value is (53,34,39). Sum of RGB (Red+Green+Blue) = 53+34+39=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352227 is #CADDD8. Grayscale: #282828. Windows color (decimal): -13295065 or 2564661. OLE color: 2564661.

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

Color convert

RGB533439-
CMYK00.360.260.79
HSL344.21º21.84%17.06%-
HSV(B)344.21º35.85%20.78%-
XYZ2.412.052.19-
YUV40.25127.29137.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=42.06%
G=26.98%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53343900.360.260.79344.2121.8417.06
Hex3522270241A4F1581611
Octal654247044321175302621
Binary11010110001010011101001001101010011111010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352227; }

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

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

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

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

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

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

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

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