#352B2D

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

Shades of Aubergine #352B2D

Tints of Aubergine #352B2D

Color information

#352B2D (or 0x352B2D) is unknown color: approx Aubergine. HEX triplet: 35, 2B and 2D. RGB value is (53,43,45). Sum of RGB (Red+Green+Blue) = 53+43+45=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B2D is #CAD4D2. Grayscale: #2E2E2E. Windows color (decimal): -13292755 or 2960181. OLE color: 2960181.

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

Color convert

RGB534345-
CMYK00.190.150.79
HSL348º10.42%18.82%-
HSV(B)348º18.87%20.78%-
XYZ2.812.672.85-
YUV46.22127.31132.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=37.59%
G=30.50%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53434500.190.150.7934810.4218.82
Hex352B2D013F4F15ca13
Octal655355023171175341223
Binary11010110101110110101001111111001111101011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,45); }

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

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

 a { background-color: rgb(53,43,45); }

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

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

 span { border-color: rgb(53,43,45); }

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