#3F3240

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

Shades of Fuscous Grey #3F3240

Tints of Fuscous Grey #3F3240

Color information

#3F3240 (or 0x3F3240) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 32 and 40. RGB value is (63,50,64). Sum of RGB (Red+Green+Blue) = 63+50+64=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3240 is #C0CDBF. Grayscale: #373737. Windows color (decimal): -12635584 or 4207167. OLE color: 4207167.

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

Color convert

RGB635064-
CMYK0.020.2200.75
HSL295.71º12.28%22.35%-
HSV(B)295.71º21.88%25.1%-
XYZ4.123.715.35-
YUV55.48132.81133.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=35.59%
G=28.25%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6350640.020.2200.75295.7112.2822.35
Hex3F324021604B128c16
Octal776210022601134501426
Binary1111111100101000000101011001001011100101000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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