#3E3240

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

Shades of Fuscous Grey #3E3240

Tints of Fuscous Grey #3E3240

Color information

#3E3240 (or 0x3E3240) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 32 and 40. RGB value is (62,50,64). Sum of RGB (Red+Green+Blue) = 62+50+64=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3240 is #C1CDBF. Grayscale: #373737. Windows color (decimal): -12701120 or 4207166. OLE color: 4207166.

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

Color convert

RGB625064-
CMYK0.030.2200.75
HSL291.43º12.28%22.35%-
HSV(B)291.43º21.88%25.1%-
XYZ4.053.685.35-
YUV55.18132.98132.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=35.23%
G=28.41%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6250640.030.2200.75291.4312.2822.35
Hex3E324031604B123c16
Octal766210032601134431426
Binary1111101100101000000111011001001011100100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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