#3F373F

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

Shades of Fuscous Grey #3F373F

Tints of Fuscous Grey #3F373F

Color information

#3F373F (or 0x3F373F) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 37 and 3F. RGB value is (63,55,63). Sum of RGB (Red+Green+Blue) = 63+55+63=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F373F is #C0C8C0. Grayscale: #3A3A3A. Windows color (decimal): -12634305 or 4142911. OLE color: 4142911.

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

Color convert

RGB635563-
CMYK00.1300.75
HSL300º6.78%23.14%-
HSV(B)300º12.7%24.71%-
XYZ4.314.155.28-
YUV58.3130.65131.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 63 (25% from 255) = 34.81%
R=34.81%
G=30.39%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63556300.1300.753006.7823.14
Hex3F373F0D04B12c717
Octal7767770150113454727
Binary111111110111111111011010100101110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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