#403F3F

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

Shades of Eclipse #403F3F

Tints of Eclipse #403F3F

Color information

#403F3F (or 0x403F3F) is unknown color: approx Eclipse. HEX triplet: 40, 3F and 3F. RGB value is (64,63,63). Sum of RGB (Red+Green+Blue) = 64+63+63=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 64 - color contains mainly: red. Hex color #403F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F3F is #BFC0C0. Grayscale: #3F3F3F. Windows color (decimal): -12566721 or 4144960. OLE color: 4144960.

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

Color convert

RGB646363-
CMYK00.020.020.75
HSL0.79%24.9%-
HSV(B)1.56%25.1%-
XYZ4.7955.42-
YUV63.3127.83128.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 63 (25% from 255) = 33.16%
R=33.68%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64636300.020.020.7500.7924.9
Hex403F3F0224B0119
Octal10077770221130131
Binary10000001111111111110101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F3F; }

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

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

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

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

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

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

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

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