#3E3640

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

Shades of Fuscous Grey #3E3640

Tints of Fuscous Grey #3E3640

Color information

#3E3640 (or 0x3E3640) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 36 and 40. RGB value is (62,54,64). Sum of RGB (Red+Green+Blue) = 62+54+64=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3640 is #C1C9BF. Grayscale: #393939. Windows color (decimal): -12700096 or 4208190. OLE color: 4208190.

HSL color Cylindrical-coordinate representation of color #3E3640: hue angle of 288º 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 #3E3640 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB625464-
CMYK0.030.1600.75
HSL288º8.47%23.14%-
HSV(B)288º15.62%25.1%-
XYZ4.234.035.41-
YUV57.53131.65131.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=34.44%
G=30%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6254640.030.1600.752888.4723.14
Hex3E364031004B120817
Octal766610032001134401027
Binary1111101101101000000111000001001011100100000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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