#3F3741

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

Shades of Fuscous Grey #3F3741

Tints of Fuscous Grey #3F3741

Color information

#3F3741 (or 0x3F3741) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 37 and 41. RGB value is (63,55,65). Sum of RGB (Red+Green+Blue) = 63+55+65=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3741 is #C0C8BE. Grayscale: #3A3A3A. Windows color (decimal): -12634303 or 4273983. OLE color: 4273983.

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

Color convert

RGB635565-
CMYK0.030.1500.75
HSL288º8.33%23.53%-
HSV(B)288º15.38%25.49%-
XYZ4.374.175.58-
YUV58.53131.65131.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=34.43%
G=30.05%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6355650.030.1500.752888.3323.53
Hex3F37413F04B120818
Octal776710131701134401030
Binary111111110111100000111111101001011100100000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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