Html Css Color HEX #3F3640 Fuscous Grey

📋 copy color: '#3F3640'

red 63 ◦ green 54 ◦ blue 64

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

Shades of Fuscous Grey #3F3640

Tints of Fuscous Grey #3F3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

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

R = 34.81%
G = 29.83%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F3640 (or 0x3F3640) is known color: Fuscous Grey. HEX triplet: 3F, 36 and 40. RGB value is (63,54,64). Sum of RGB (Red+Green+Blue) = 63+54+64=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3640 is #C0C9BF. Grayscale: #393939. Windows color (decimal): -12634560 or 4208191. OLE color: 4208191.

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

Color convert

RGB 63 54 64 -
CMYK 0.02 0.16 0 0.75
HSL 294º 0.08% 0.23% -
HSV(B) 294º 0.16% 0.25% -
XYZ 4.29 4.07 5.41 -
YUV 57.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 63 54 64 0.02 0.16 0 0.75 294 0.08 0.23
Hex 3F 36 40 2 10 0 4B 126 8 17
Octal 77 66 100 2 20 0 113 446 10 27
Binary 111111 110110 1000000 10 10000 0 1001011 100100110 1000 10111

Color Harmonies of #3F3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3640

Black with #3F3640

Text Example


Text Example

White with #3F3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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