#3E333F

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

Shades of Fuscous Grey #3E333F

Tints of Fuscous Grey #3E333F

Color information

#3E333F (or 0x3E333F) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 33 and 3F. RGB value is (62,51,63). Sum of RGB (Red+Green+Blue) = 62+51+63=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E333F is #C1CCC0. Grayscale: #373737. Windows color (decimal): -12700865 or 4141886. OLE color: 4141886.

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

Color convert

RGB625163-
CMYK0.020.1900.75
HSL295º10.53%22.35%-
HSV(B)295º19.05%24.71%-
XYZ4.073.755.21-
YUV55.66132.14132.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 63 (25% from 255) = 35.80%
R=35.23%
G=28.98%
B=35.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6251630.020.1900.7529510.5322.35
Hex3E333F21304B127b16
Octal76637722301134471326
Binary111110110011111111101001101001011100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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