#3E393E

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

Shades of Fuscous Grey #3E393E

Tints of Fuscous Grey #3E393E

Color information

#3E393E (or 0x3E393E) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 39 and 3E. RGB value is (62,57,62). Sum of RGB (Red+Green+Blue) = 62+57+62=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E393E is #C1C6C1. Grayscale: #3B3B3B. Windows color (decimal): -12699330 or 4077886. OLE color: 4077886.

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

Color convert

RGB625762-
CMYK00.0800.76
HSL300º4.2%23.33%-
HSV(B)300º8.06%24.31%-
XYZ4.324.35.16-
YUV59.06129.66130.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=34.25%
G=31.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62576200.0800.763004.223.33
Hex3E393E0804C12c417
Octal7671760100114454427
Binary111110111001111110010000100110010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,62); }

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

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

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

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

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

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

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