#3E323F

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

Shades of Fuscous Grey #3E323F

Tints of Fuscous Grey #3E323F

Color information

#3E323F (or 0x3E323F) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 32 and 3F. RGB value is (62,50,63). Sum of RGB (Red+Green+Blue) = 62+50+63=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E323F is #C1CDC0. Grayscale: #373737. Windows color (decimal): -12701121 or 4141630. OLE color: 4141630.

HSL color Cylindrical-coordinate representation of color #3E323F: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E323F is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB625063-
CMYK0.020.2100.75
HSL295.38º11.5%22.16%-
HSV(B)295.38º20.63%24.71%-
XYZ4.023.665.2-
YUV55.07132.48132.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 36%
R=35.43%
G=28.57%
B=36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6250630.020.2100.75295.3811.522.16
Hex3E323F21504B127c16
Octal76627722501134471426
Binary111110110010111111101010101001011100100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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