#3E343E

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

Shades of Fuscous Grey #3E343E

Tints of Fuscous Grey #3E343E

Color information

#3E343E (or 0x3E343E) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 34 and 3E. RGB value is (62,52,62). Sum of RGB (Red+Green+Blue) = 62+52+62=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343E is #C1CBC1. Grayscale: #383838. Windows color (decimal): -12700610 or 4076606. OLE color: 4076606.

HSL color Cylindrical-coordinate representation of color #3E343E: hue angle of 300º 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 #3E343E is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB625262-
CMYK00.1600.76
HSL300º8.77%22.35%-
HSV(B)300º16.13%24.31%-
XYZ4.083.835.08-
YUV56.13131.31132.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=35.23%
G=29.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62526200.1600.763008.7722.35
Hex3E343E01004C12c916
Octal76647602001144541126
Binary11111011010011111001000001001100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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