#40413A

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

Shades of Heavy Metal #40413A

Tints of Heavy Metal #40413A

Color information

#40413A (or 0x40413A) is unknown color: approx Heavy Metal. HEX triplet: 40, 41 and 3A. RGB value is (64,65,58). Sum of RGB (Red+Green+Blue) = 64+65+58=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #40413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40413A is #BFBEC5. Grayscale: #3F3F3F. Windows color (decimal): -12566214 or 3817792. OLE color: 3817792.

HSL color Cylindrical-coordinate representation of color #40413A: hue angle of 68.57º 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 #40413A is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB646558-
CMYK0.0200.110.75
HSL68.57º5.69%24.12%-
HSV(B)68.57º10.77%25.49%-
XYZ4.775.184.75-
YUV63.9124.67128.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=34.22%
G=34.76%
B=31.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465580.0200.110.7568.575.6924.12
Hex40413A20B4B45618
Octal100101722013113105630
Binary1000000100000111101010010111001011100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40413A; }

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

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

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

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

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

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

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

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