#404039

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

Shades of Heavy Metal #404039

Tints of Heavy Metal #404039

Color information

#404039 (or 0x404039) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 39. RGB value is (64,64,57). Sum of RGB (Red+Green+Blue) = 64+64+57=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404039 is #BFBFC6. Grayscale: #3F3F3F. Windows color (decimal): -12566471 or 3752000. OLE color: 3752000.

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

Color convert

RGB646457-
CMYK000.110.75
HSL60º5.79%23.73%-
HSV(B)60º10.94%25.1%-
XYZ4.695.054.6-
YUV63.2124.5128.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=34.59%
G=34.59%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646457000.110.75605.7923.73
Hex40403900B4B3c618
Octal10010071001311374630
Binary10000001000000111001001011100101111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404039; }

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

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

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

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

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

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

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

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