#3E343D

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

Shades of Fuscous Grey #3E343D

Tints of Fuscous Grey #3E343D

Color information

#3E343D (or 0x3E343D) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 34 and 3D. RGB value is (62,52,61). Sum of RGB (Red+Green+Blue) = 62+52+61=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 62 - color contains mainly: red. Hex color #3E343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343D is #C1CBC2. Grayscale: #373737. Windows color (decimal): -12700611 or 4011070. OLE color: 4011070.

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

Color convert

RGB625261-
CMYK00.160.020.76
HSL306º8.77%22.35%-
HSV(B)306º16.13%24.31%-
XYZ4.063.824.94-
YUV56.02130.81132.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=35.43%
G=29.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62526100.160.020.763068.7722.35
Hex3E343D01024C132916
Octal76647502021144621126
Binary111110110100111101010000101001100100110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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