#3E3740

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

Shades of Fuscous Grey #3E3740

Tints of Fuscous Grey #3E3740

Color information

#3E3740 (or 0x3E3740) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 37 and 40. RGB value is (62,55,64). Sum of RGB (Red+Green+Blue) = 62+55+64=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 55 (21.88% from 255 or 30.39% 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 #3E3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3740 is #C1C8BF. Grayscale: #3A3A3A. Windows color (decimal): -12699840 or 4208446. OLE color: 4208446.

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

Color convert

RGB625564-
CMYK0.030.1400.75
HSL286.67º7.56%23.33%-
HSV(B)286.67º14.06%25.1%-
XYZ4.284.135.42-
YUV58.12131.32130.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=34.25%
G=30.39%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6255640.030.1400.75286.677.5623.33
Hex3E37403E04B11f817
Octal766710031601134371027
Binary111110110111100000011111001001011100011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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