#3F3C40

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

Shades of Fuscous Grey #3F3C40

Tints of Fuscous Grey #3F3C40

Color information

#3F3C40 (or 0x3F3C40) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 3C and 40. RGB value is (63,60,64). Sum of RGB (Red+Green+Blue) = 63+60+64=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C40 is #C0C3BF. Grayscale: #3D3D3D. Windows color (decimal): -12633024 or 4209727. OLE color: 4209727.

HSL color Cylindrical-coordinate representation of color #3F3C40: hue angle of 285º 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 #3F3C40 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB636064-
CMYK0.020.0600.75
HSL285º3.23%24.31%-
HSV(B)285º6.25%25.1%-
XYZ4.594.665.51-
YUV61.35129.49129.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=33.69%
G=32.09%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6360640.020.0600.752853.2324.31
Hex3F3C402604B11d318
Octal7774100260113435330
Binary111111111100100000010110010010111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3C40; }

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

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

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

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

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

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

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

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