#413841

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

Shades of Fuscous Grey #413841

Tints of Fuscous Grey #413841

Color information

#413841 (or 0x413841) is unknown color: approx Fuscous Grey. HEX triplet: 41, 38 and 41. RGB value is (65,56,65). Sum of RGB (Red+Green+Blue) = 65+56+65=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413841 is #BEC7BE. Grayscale: #3B3B3B. Windows color (decimal): -12502975 or 4274241. OLE color: 4274241.

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

Color convert

RGB655665-
CMYK00.1400.75
HSL300º7.44%23.73%-
HSV(B)300º13.85%25.49%-
XYZ4.554.335.6-
YUV59.72130.98131.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=34.95%
G=30.11%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65566500.1400.753007.4423.73
Hex4138410E04B12c718
Octal101701010160113454730
Binary10000011110001000001011100100101110010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413841; }

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

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

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

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

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

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

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

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