#3F313F

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

Shades of Fuscous Grey #3F313F

Tints of Fuscous Grey #3F313F

Color information

#3F313F (or 0x3F313F) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 31 and 3F. RGB value is (63,49,63). Sum of RGB (Red+Green+Blue) = 63+49+63=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F313F is #C0CEC0. Grayscale: #363636. Windows color (decimal): -12635841 or 4141375. OLE color: 4141375.

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

Color convert

RGB634963-
CMYK00.2200.75
HSL300º12.5%21.96%-
HSV(B)300º22.22%24.71%-
XYZ4.053.615.19-
YUV54.78132.64133.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 63 (25% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63496300.2200.7530012.521.96
Hex3F313F01604B12cc16
Octal77617702601134541426
Binary11111111000111111101011001001011100101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,63); }

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

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

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

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

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

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

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