#3E353E

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

Shades of Fuscous Grey #3E353E

Tints of Fuscous Grey #3E353E

Color information

#3E353E (or 0x3E353E) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 35 and 3E. RGB value is (62,53,62). Sum of RGB (Red+Green+Blue) = 62+53+62=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353E is #C1CAC1. Grayscale: #383838. Windows color (decimal): -12700354 or 4076862. OLE color: 4076862.

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

Color convert

RGB625362-
CMYK00.1500.76
HSL300º7.83%22.55%-
HSV(B)300º14.52%24.31%-
XYZ4.133.925.1-
YUV56.72130.98131.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=35.03%
G=29.94%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62536200.1500.763007.8322.55
Hex3E353E0F04C12c817
Octal76657601701144541027
Binary1111101101011111100111101001100100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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