#352226

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

Shades of Aubergine #352226

Tints of Aubergine #352226

Color information

#352226 (or 0x352226) is unknown color: approx Aubergine. HEX triplet: 35, 22 and 26. RGB value is (53,34,38). Sum of RGB (Red+Green+Blue) = 53+34+38=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352226 is #CADDD9. Grayscale: #282828. Windows color (decimal): -13295066 or 2499125. OLE color: 2499125.

HSL color Cylindrical-coordinate representation of color #352226: hue angle of 347.37º 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 #352226 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB533438-
CMYK00.360.280.79
HSL347.37º21.84%17.06%-
HSV(B)347.37º35.85%20.78%-
XYZ2.392.042.1-
YUV40.14126.79137.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=42.4%
G=27.2%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53343800.360.280.79347.3721.8417.06
Hex3522260241C4F15b1611
Octal654246044341175332621
Binary11010110001010011001001001110010011111010110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352226; }

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

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

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

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

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

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

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

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