#403C40

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

Shades of Fuscous Grey #403C40

Tints of Fuscous Grey #403C40

Color information

#403C40 (or 0x403C40) is unknown color: approx Fuscous Grey. HEX triplet: 40, 3C and 40. RGB value is (64,60,64). Sum of RGB (Red+Green+Blue) = 64+60+64=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C40 is #BFC3BF. Grayscale: #3D3D3D. Windows color (decimal): -12567488 or 4209728. OLE color: 4209728.

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

Color convert

RGB646064-
CMYK00.0600.75
HSL300º3.23%24.31%-
HSV(B)300º6.25%25.1%-
XYZ4.664.695.51-
YUV61.65129.33129.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=34.04%
G=31.91%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64606400.0600.753003.2324.31
Hex403C400604B12c318
Octal10074100060113454330
Binary100000011110010000000110010010111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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