#3F3141

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

Shades of Fuscous Grey #3F3141

Tints of Fuscous Grey #3F3141

Color information

#3F3141 (or 0x3F3141) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 31 and 41. RGB value is (63,49,65). Sum of RGB (Red+Green+Blue) = 63+49+65=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3141 is #C0CEBE. Grayscale: #363636. Windows color (decimal): -12635839 or 4272447. OLE color: 4272447.

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

Color convert

RGB634965-
CMYK0.030.2500.75
HSL292.5º14.04%22.35%-
HSV(B)292.5º24.62%25.49%-
XYZ4.13.645.49-
YUV55.01133.64133.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=35.59%
G=27.68%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6349650.030.2500.75292.514.0422.35
Hex3F314131904B124e16
Octal776110133101134441626
Binary1111111100011000001111100101001011100100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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