#403535

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

Shades of Eclipse #403535

Tints of Eclipse #403535

Color information

#403535 (or 0x403535) is unknown color: approx Eclipse. HEX triplet: 40, 35 and 35. RGB value is (64,53,53). Sum of RGB (Red+Green+Blue) = 64+53+53=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403535 is #BFCACA. Grayscale: #383838. Windows color (decimal): -12569291 or 3487040. OLE color: 3487040.

HSL color Cylindrical-coordinate representation of color #403535: hue angle of 0º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403535 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB645353-
CMYK00.170.170.75
HSL9.4%22.94%-
HSV(B)17.19%25.1%-
XYZ4.033.893.91-
YUV56.29126.14133.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=37.65%
G=31.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64535300.170.170.7509.422.94
Hex403535011114B0917
Octal10065650212111301127
Binary10000001101011101010100011000110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403535; }

 p { color: rgb(64,53,53); }

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

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

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

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

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

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

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