#40403F

Color #40403F Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #40403F

Tints of Heavy Metal #40403F

Color information

#40403F (or 0x40403F) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 3F. RGB value is (64,64,63). Sum of RGB (Red+Green+Blue) = 64+64+63=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403F is #BFBFC0. Grayscale: #3F3F3F. Windows color (decimal): -12566465 or 4145216. OLE color: 4145216.

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

Color convert

RGB646463-
CMYK000.020.75
HSL60º0.79%24.9%-
HSV(B)60º1.56%25.1%-
XYZ4.845.125.43-
YUV63.89127.5128.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 63 (25% from 255) = 32.98%
R=33.51%
G=33.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646463000.020.75600.7924.9
Hex40403F0024B3c119
Octal1001007700211374131
Binary1000000100000011111100101001011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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