#404038

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

Shades of Heavy Metal #404038

Tints of Heavy Metal #404038

Color information

#404038 (or 0x404038) is unknown color: approx Heavy Metal. HEX triplet: 40, 40 and 38. RGB value is (64,64,56). Sum of RGB (Red+Green+Blue) = 64+64+56=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404038 is #BFBFC7. Grayscale: #3F3F3F. Windows color (decimal): -12566472 or 3686464. OLE color: 3686464.

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

Color convert

RGB646456-
CMYK000.130.75
HSL60º6.67%23.53%-
HSV(B)60º12.5%25.1%-
XYZ4.665.044.47-
YUV63.09124128.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=34.78%
G=34.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646456000.130.75606.6723.53
Hex40403800D4B3c718
Octal10010070001511374730
Binary10000001000000111000001101100101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404038; }

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

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

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

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

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

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

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

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