#40333F

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

Shades of Fuscous Grey #40333F

Tints of Fuscous Grey #40333F

Color information

#40333F (or 0x40333F) is unknown color: approx Fuscous Grey. HEX triplet: 40, 33 and 3F. RGB value is (64,51,63). Sum of RGB (Red+Green+Blue) = 64+51+63=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333F is #BFCCC0. Grayscale: #383838. Windows color (decimal): -12569793 or 4141888. OLE color: 4141888.

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

Color convert

RGB645163-
CMYK00.200.020.75
HSL304.62º11.3%22.55%-
HSV(B)304.62º20.31%25.1%-
XYZ4.23.825.22-
YUV56.26131.81133.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 63 (25% from 255) = 35.39%
R=35.96%
G=28.65%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64516300.200.020.75304.6211.322.55
Hex40333F01424B131b17
Octal100637702421134611327
Binary1000000110011111111010100101001011100110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40333F; }

 p { color: rgb(64,51,63); }

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

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

 a { background-color: rgb(64,51,63); }

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

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

 span { border-color: rgb(64,51,63); }

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