#40403C

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

Shades of Heavy Metal #40403C

Tints of Heavy Metal #40403C

Color information

#40403C (or 0x40403C) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 3C. RGB value is (64,64,60). Sum of RGB (Red+Green+Blue) = 64+64+60=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403C is #BFBFC3. Grayscale: #3F3F3F. Windows color (decimal): -12566468 or 3948608. OLE color: 3948608.

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

Color convert

RGB646460-
CMYK000.060.75
HSL60º3.23%24.31%-
HSV(B)60º6.25%25.1%-
XYZ4.765.085.01-
YUV63.54126128.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=34.04%
G=34.04%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646460000.060.75603.2324.31
Hex40403C0064B3c318
Octal1001007400611374330
Binary100000010000001111000011010010111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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