#40403E

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

Shades of Heavy Metal #40403E

Tints of Heavy Metal #40403E

Color information

#40403E (or 0x40403E) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 3E. RGB value is (64,64,62). Sum of RGB (Red+Green+Blue) = 64+64+62=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403E is #BFBFC1. Grayscale: #3F3F3F. Windows color (decimal): -12566466 or 4079680. OLE color: 4079680.

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

Color convert

RGB646462-
CMYK000.030.75
HSL60º1.59%24.71%-
HSV(B)60º3.12%25.1%-
XYZ4.825.15.29-
YUV63.77127128.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=33.68%
G=33.68%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646462000.030.75601.5924.71
Hex40403E0034B3c219
Octal1001007600311374231
Binary10000001000000111110001110010111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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