#3E323D

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

Shades of Fuscous Grey #3E323D

Tints of Fuscous Grey #3E323D

Color information

#3E323D (or 0x3E323D) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 32 and 3D. RGB value is (62,50,61). Sum of RGB (Red+Green+Blue) = 62+50+61=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 62 - color contains mainly: red. Hex color #3E323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E323D is #C1CDC2. Grayscale: #363636. Windows color (decimal): -12701123 or 4010558. OLE color: 4010558.

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

Color convert

RGB625061-
CMYK00.190.020.76
HSL305º10.71%21.96%-
HSV(B)305º19.35%24.31%-
XYZ3.973.644.91-
YUV54.84131.48133.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=35.84%
G=28.90%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62506100.190.020.7630510.7121.96
Hex3E323D01324C131b16
Octal76627502321144611326
Binary111110110010111101010011101001100100110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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