#40403B

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

Shades of Heavy Metal #40403B

Tints of Heavy Metal #40403B

Color information

#40403B (or 0x40403B) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 3B. RGB value is (64,64,59). Sum of RGB (Red+Green+Blue) = 64+64+59=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403B is #BFBFC4. Grayscale: #3F3F3F. Windows color (decimal): -12566469 or 3883072. OLE color: 3883072.

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

Color convert

RGB646459-
CMYK000.080.75
HSL60º4.07%24.12%-
HSV(B)60º7.81%25.1%-
XYZ4.745.074.87-
YUV63.43125.5128.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=34.22%
G=34.22%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646459000.080.75604.0724.12
Hex40403B0084B3c418
Octal10010073001011374430
Binary10000001000000111011001000100101111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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