#3E353D

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

Shades of Fuscous Grey #3E353D

Tints of Fuscous Grey #3E353D

Color information

#3E353D (or 0x3E353D) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 35 and 3D. RGB value is (62,53,61). Sum of RGB (Red+Green+Blue) = 62+53+61=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 62 - color contains mainly: red. Hex color #3E353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353D is #C1CAC2. Grayscale: #383838. Windows color (decimal): -12700355 or 4011326. OLE color: 4011326.

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

Color convert

RGB625361-
CMYK00.150.020.76
HSL306.67º7.83%22.55%-
HSV(B)306.67º14.52%24.31%-
XYZ4.13.914.95-
YUV56.6130.48131.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=35.23%
G=30.11%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62536100.150.020.76306.677.8322.55
Hex3E353D0F24C133817
Octal76657501721144631027
Binary11111011010111110101111101001100100110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,53,61); }

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

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

 a { background-color: rgb(62,53,61); }

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

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

 span { border-color: rgb(62,53,61); }

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