#413041

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

Shades of Fuscous Grey #413041

Tints of Fuscous Grey #413041

Color information

#413041 (or 0x413041) is unknown color: approx Fuscous Grey. HEX triplet: 41, 30 and 41. RGB value is (65,48,65). Sum of RGB (Red+Green+Blue) = 65+48+65=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413041 is #BECFBE. Grayscale: #363636. Windows color (decimal): -12505023 or 4272193. OLE color: 4272193.

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

Color convert

RGB654865-
CMYK00.2600.75
HSL300º15.04%22.16%-
HSV(B)300º26.15%25.49%-
XYZ4.193.625.48-
YUV55.02133.63135.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=36.52%
G=26.97%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65486500.2600.7530015.0422.16
Hex41304101A04B12cf16
Octal1016010103201134541726
Binary1000001110000100000101101001001011100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413041; }

 p { color: rgb(65,48,65); }

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

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

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

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

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

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

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