Html Css Color HEX #3F3740 Fuscous Grey

📋 copy color: '#3F3740'

red 63 ◦ green 55 ◦ blue 64

#3F3740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #3F3740

Tints of Fuscous Grey #3F3740

RGB

 RED value IS 63 (25% from 255) = 34.62%

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 34.62%
G = 30.22%
B = 35.16%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F3740 (or 0x3F3740) is known color: Fuscous Grey. HEX triplet: 3F, 37 and 40. RGB value is (63,55,64). Sum of RGB (Red+Green+Blue) = 63+55+64=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3740 is #C0C8BF. Grayscale: #3A3A3A. Windows color (decimal): -12634304 or 4208447. OLE color: 4208447.

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

Color convert

RGB 63 55 64 -
CMYK 0.02 0.14 0 0.75
HSL 293.33º 0.08% 0.23% -
HSV(B) 293.33º 0.14% 0.25% -
XYZ 4.34 4.16 5.42 -
YUV 58.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 63 55 64 0.02 0.14 0 0.75 293.33 0.08 0.23
Hex 3F 37 40 2 E 0 4B 125 8 17
Octal 77 67 100 2 16 0 113 445 10 27
Binary 111111 110111 1000000 10 1110 0 1001011 100100101 1000 10111

Color Harmonies of #3F3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3740

Black with #3F3740

Text Example


Text Example

White with #3F3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3740;
 }
 .AnyTagClassName
 {
   color: #3F3740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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