#3E3141

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

Shades of Fuscous Grey #3E3141

Tints of Fuscous Grey #3E3141

Color information

#3E3141 (or 0x3E3141) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 31 and 41. RGB value is (62,49,65). Sum of RGB (Red+Green+Blue) = 62+49+65=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3141 is #C1CEBE. Grayscale: #363636. Windows color (decimal): -12701375 or 4272446. OLE color: 4272446.

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

Color convert

RGB624965-
CMYK0.050.2500.75
HSL288.75º14.04%22.35%-
HSV(B)288.75º24.62%25.49%-
XYZ4.043.65.48-
YUV54.71133.81133.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=35.23%
G=27.84%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6249650.050.2500.75288.7514.0422.35
Hex3E314151904B121e16
Octal766110153101134411626
Binary11111011000110000011011100101001011100100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,65); }

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

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

 a { background-color: rgb(62,49,65); }

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

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

 span { border-color: rgb(62,49,65); }

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