#413141

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

Shades of Fuscous Grey #413141

Tints of Fuscous Grey #413141

Color information

#413141 (or 0x413141) is unknown color: approx Fuscous Grey. HEX triplet: 41, 31 and 41. RGB value is (65,49,65). Sum of RGB (Red+Green+Blue) = 65+49+65=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413141 is #BECEBE. Grayscale: #373737. Windows color (decimal): -12504767 or 4272449. OLE color: 4272449.

HSL color Cylindrical-coordinate representation of color #413141: hue angle of 300º 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 #413141 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB654965-
CMYK00.2500.75
HSL300º14.04%22.35%-
HSV(B)300º24.62%25.49%-
XYZ4.233.75.49-
YUV55.61133.3134.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=36.31%
G=27.37%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65496500.2500.7530014.0422.35
Hex41314101904B12ce16
Octal1016110103101134541626
Binary1000001110001100000101100101001011100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413141; }

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

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

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

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

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

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

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

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