#403842

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

Shades of Fuscous Grey #403842

Tints of Fuscous Grey #403842

Color information

#403842 (or 0x403842) is unknown color: approx Fuscous Grey. HEX triplet: 40, 38 and 42. RGB value is (64,56,66). Sum of RGB (Red+Green+Blue) = 64+56+66=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 66 - color contains mainly: blue. Hex color #403842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403842 is #BFC7BD. Grayscale: #3B3B3B. Windows color (decimal): -12568510 or 4339776. OLE color: 4339776.

HSL color Cylindrical-coordinate representation of color #403842: hue angle of 288º 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 #403842 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB645666-
CMYK0.030.1500.74
HSL288º8.2%23.92%-
HSV(B)288º15.15%25.88%-
XYZ4.514.315.75-
YUV59.53131.65131.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=34.41%
G=30.11%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6456660.030.1500.742888.223.92
Hex4038423F04A120818
Octal1007010231701124401030
Binary1000000111000100001011111101001010100100000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403842; }

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

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

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

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

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

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

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

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