#413241

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

Shades of Fuscous Grey #413241

Tints of Fuscous Grey #413241

Color information

#413241 (or 0x413241) is unknown color: approx Fuscous Grey. HEX triplet: 41, 32 and 41. RGB value is (65,50,65). Sum of RGB (Red+Green+Blue) = 65+50+65=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413241 is #BECDBE. Grayscale: #383838. Windows color (decimal): -12504511 or 4272705. OLE color: 4272705.

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

Color convert

RGB655065-
CMYK00.2300.75
HSL300º13.04%22.55%-
HSV(B)300º23.08%25.49%-
XYZ4.273.795.51-
YUV56.19132.97134.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=36.11%
G=27.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65506500.2300.7530013.0422.55
Hex41324101704B12cd17
Octal1016210102701134541527
Binary1000001110010100000101011101001011100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413241; }

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

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

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

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

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

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

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

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