#353031

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

Shades of Aubergine #353031

Tints of Aubergine #353031

Color information

#353031 (or 0x353031) is unknown color: approx Aubergine. HEX triplet: 35, 30 and 31. RGB value is (53,48,49). Sum of RGB (Red+Green+Blue) = 53+48+49=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #353031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353031 is #CACFCE. Grayscale: #313131. Windows color (decimal): -13291471 or 3223605. OLE color: 3223605.

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

Color convert

RGB534849-
CMYK00.090.080.79
HSL348º4.95%19.8%-
HSV(B)348º9.43%20.78%-
XYZ3.083.093.34-
YUV49.61127.66130.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=35.33%
G=32%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53484900.090.080.793484.9519.8
Hex3530310984F15c514
Octal65606101110117534524
Binary110101110000110001010011000100111110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353031; }

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

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

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

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

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

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

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

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