#3E3440

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

Shades of Fuscous Grey #3E3440

Tints of Fuscous Grey #3E3440

Color information

#3E3440 (or 0x3E3440) is unknown color: approx Fuscous Grey. HEX triplet: 3E, 34 and 40. RGB value is (62,52,64). Sum of RGB (Red+Green+Blue) = 62+52+64=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3440 is #C1CBBF. Grayscale: #383838. Windows color (decimal): -12700608 or 4207678. OLE color: 4207678.

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

Color convert

RGB625264-
CMYK0.030.1900.75
HSL290º10.34%22.75%-
HSV(B)290º18.75%25.1%-
XYZ4.143.855.38-
YUV56.36132.31132.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=34.83%
G=29.21%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6252640.030.1900.7529010.3422.75
Hex3E344031304B122a17
Octal766410032301134421227
Binary1111101101001000000111001101001011100100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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