#403141

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

Shades of Fuscous Grey #403141

Tints of Fuscous Grey #403141

Color information

#403141 (or 0x403141) is unknown color: approx Fuscous Grey. HEX triplet: 40, 31 and 41. RGB value is (64,49,65). Sum of RGB (Red+Green+Blue) = 64+49+65=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #403141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403141 is #BFCEBE. Grayscale: #373737. Windows color (decimal): -12570303 or 4272448. OLE color: 4272448.

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

Color convert

RGB644965-
CMYK0.020.2500.75
HSL296.25º14.04%22.35%-
HSV(B)296.25º24.62%25.49%-
XYZ4.173.675.49-
YUV55.31133.47134.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=35.96%
G=27.53%
B=36.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6449650.020.2500.75296.2514.0422.35
Hex40314121904B128e16
Octal1006110123101134501626
Binary10000001100011000001101100101001011100101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403141; }

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

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

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

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

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

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

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

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