Shades of Heavy Metal #404039
Tints of Heavy Metal #404039
RGB
CMYK
RGB Variations
Color information
#404039 (or 0x404039) is known color: Heavy Metal. HEX triplet: 40, 40 and 39. RGB value is (64,64,57). Sum of RGB (Red+Green+Blue) = 64+64+57=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404039 is #BFBFC6. Grayscale: #3F3F3F. Windows color (decimal): -12566471 or 3752000. OLE color: 3752000.
HSL color Cylindrical-coordinate representation of color #404039: hue angle of 60º 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 #404039 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 57 | - |
| CMYK | 0 | 0 | 0.11 | 0.75 |
| HSL | 60º | 0.06% | 0.24% | - |
| HSV(B) | 60º | 0.11% | 0.25% | - |
| XYZ | 4.69 | 5.05 | 4.6 | - |
| YUV | 63.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 57 | 0 | 0 | 0.11 | 0.75 | 60 | 0.06 | 0.24 |
| Hex | 40 | 40 | 39 | 0 | 0 | B | 4B | 3C | 6 | 18 |
| Octal | 100 | 100 | 71 | 0 | 0 | 13 | 113 | 74 | 6 | 30 |
| Binary | 1000000 | 1000000 | 111001 | 0 | 0 | 1011 | 1001011 | 111100 | 110 | 11000 |
Color Harmonies of #404039
Complementary color
Monochromatic Colors of #404039
Black with #404039
Text Example
Text Example
White with #404039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404039; }
p { color: rgb(64,64,57); }
H1.HeaderClassName
{
color: #404039;
}
.AnyTagClassName
{
color: #404039;
}
</style>
background-color css
<style>
a { background-color: #404039; }
a { background-color: rgb(64,64,57); }
div.DivClassName
{
background-color: #404039;
}
.BgClassName
{
background-color: #404039;
}
</style>
border-color css
<style>
span { border-color: #404039; }
span { border-color: rgb(64,64,57); }
td.TdClassName
{
border-color: #404039;
}
.TagClassName
{
border-color: #404039;
}
</style>