#3F3640

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

Shades of Fuscous Grey #3F3640

Tints of Fuscous Grey #3F3640

Color information

#3F3640 (or 0x3F3640) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 36 and 40. RGB value is (63,54,64). Sum of RGB (Red+Green+Blue) = 63+54+64=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3640 is #C0C9BF. Grayscale: #393939. Windows color (decimal): -12634560 or 4208191. OLE color: 4208191.

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

Color convert

RGB635464-
CMYK0.020.1600.75
HSL294º8.47%23.14%-
HSV(B)294º15.62%25.1%-
XYZ4.294.075.41-
YUV57.83131.48131.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=34.81%
G=29.83%
B=35.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6354640.020.1600.752948.4723.14
Hex3F364021004B126817
Octal776610022001134461027
Binary1111111101101000000101000001001011100100110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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