#404139

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

Shades of Heavy Metal #404139

Tints of Heavy Metal #404139

Color information

#404139 (or 0x404139) is unknown color: approx Heavy Metal. HEX triplet: 40, 41 and 39. RGB value is (64,65,57). Sum of RGB (Red+Green+Blue) = 64+65+57=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #404139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404139 is #BFBEC6. Grayscale: #3F3F3F. Windows color (decimal): -12566215 or 3752256. OLE color: 3752256.

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

Color convert

RGB646557-
CMYK0.0200.120.75
HSL67.5º6.56%23.92%-
HSV(B)67.5º12.31%25.49%-
XYZ4.745.174.62-
YUV63.79124.17128.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=34.41%
G=34.95%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465570.0200.120.7567.56.5623.92
Hex40413920C4B43718
Octal100101712014113103730
Binary1000000100000111100110011001001011100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404139; }

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

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

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

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

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

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

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

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