#3F3940

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

Shades of Fuscous Grey #3F3940

Tints of Fuscous Grey #3F3940

Color information

#3F3940 (or 0x3F3940) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 39 and 40. RGB value is (63,57,64). Sum of RGB (Red+Green+Blue) = 63+57+64=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3940 is #C0C6BF. Grayscale: #3B3B3B. Windows color (decimal): -12633792 or 4208959. OLE color: 4208959.

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

Color convert

RGB635764-
CMYK0.020.1100.75
HSL291.43º5.79%23.73%-
HSV(B)291.43º10.94%25.1%-
XYZ4.444.355.46-
YUV59.59130.49130.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=34.24%
G=30.98%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6357640.020.1100.75291.435.7923.73
Hex3F39402B04B123618
Octal77711002130113443630
Binary11111111100110000001010110100101110010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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