#413842

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

Shades of Fuscous Grey #413842

Tints of Fuscous Grey #413842

Color information

#413842 (or 0x413842) is unknown color: approx Fuscous Grey. HEX triplet: 41, 38 and 42. RGB value is (65,56,66). Sum of RGB (Red+Green+Blue) = 65+56+66=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #413842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413842 is #BEC7BD. Grayscale: #3B3B3B. Windows color (decimal): -12502974 or 4339777. OLE color: 4339777.

HSL color Cylindrical-coordinate representation of color #413842: hue angle of 294º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #413842 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB655666-
CMYK0.020.1500.74
HSL294º8.2%23.92%-
HSV(B)294º15.15%25.88%-
XYZ4.584.355.75-
YUV59.83131.48131.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=34.76%
G=29.95%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6556660.020.1500.742948.223.92
Hex4138422F04A126818
Octal1017010221701124461030
Binary1000001111000100001010111101001010100100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413842; }

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

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

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

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

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

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

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

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