#403441

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

Shades of Fuscous Grey #403441

Tints of Fuscous Grey #403441

Color information

#403441 (or 0x403441) is unknown color: approx Fuscous Grey. HEX triplet: 40, 34 and 41. RGB value is (64,52,65). Sum of RGB (Red+Green+Blue) = 64+52+65=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #403441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403441 is #BFCBBE. Grayscale: #393939. Windows color (decimal): -12569535 or 4273216. OLE color: 4273216.

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

Color convert

RGB645265-
CMYK0.020.2000.75
HSL295.38º11.11%22.94%-
HSV(B)295.38º20%25.49%-
XYZ4.33.935.53-
YUV57.07132.48132.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=35.36%
G=28.73%
B=35.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452650.020.2000.75295.3811.1122.94
Hex40344121404B127b17
Octal1006410122401134471327
Binary10000001101001000001101010001001011100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403441; }

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

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

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

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

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

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

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

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