#403941

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

Shades of Fuscous Grey #403941

Tints of Fuscous Grey #403941

Color information

#403941 (or 0x403941) is unknown color: approx Fuscous Grey. HEX triplet: 40, 39 and 41. RGB value is (64,57,65). Sum of RGB (Red+Green+Blue) = 64+57+65=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #403941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403941 is #BFC6BE. Grayscale: #3B3B3B. Windows color (decimal): -12568255 or 4274496. OLE color: 4274496.

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

Color convert

RGB645765-
CMYK0.020.1200.75
HSL292.5º6.56%23.92%-
HSV(B)292.5º12.31%25.49%-
XYZ4.534.45.61-
YUV60130.82130.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=34.41%
G=30.65%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6457650.020.1200.75292.56.5623.92
Hex4039412C04B125718
Octal100711012140113445730
Binary100000011100110000011011000100101110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403941; }

 p { color: rgb(64,57,65); }

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

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

 a { background-color: rgb(64,57,65); }

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

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

 span { border-color: rgb(64,57,65); }

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