#404040

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

Shades of Eclipse #404040

Tints of Eclipse #404040

Color information

#404040 (or 0x404040) is unknown color: approx Eclipse. HEX triplet: 40, 40 and 40. RGB value is (64,64,64). Sum of RGB (Red+Green+Blue) = 64+64+64=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 64 - color contains mainly: red, green, blue. Hex color #404040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404040 is #BFBFBF. Grayscale: #3F3F3F. Windows color (decimal): -12566464 or 4210752. OLE color: 4210752.

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

Color convert

RGB646464-
CMYK0000.75
HSL0%25.1%-
HSV(B)0%25.1%-
XYZ4.875.135.58-
YUV64128128-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6464640000.750025.1
Hex4040400004B0019
Octal1001001000001130031
Binary10000001000000100000000010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404040; }

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

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

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

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

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

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

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

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