Shades of Heavy Metal #404138
Tints of Heavy Metal #404138
RGB
CMYK
RGB Variations
Color information
#404138 (or 0x404138) is known color: Heavy Metal. HEX triplet: 40, 41 and 38. RGB value is (64,65,56). Sum of RGB (Red+Green+Blue) = 64+65+56=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #404138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404138 is #BFBEC7. Grayscale: #3F3F3F. Windows color (decimal): -12566216 or 3686720. OLE color: 3686720.
HSL color Cylindrical-coordinate representation of color #404138: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404138 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 56 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.75 |
| HSL | 66.67º | 0.07% | 0.24% | - |
| HSV(B) | 66.67º | 0.14% | 0.25% | - |
| XYZ | 4.72 | 5.16 | 4.49 | - |
| YUV | 63.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 56 | 0.02 | 0 | 0.14 | 0.75 | 66.67 | 0.07 | 0.24 |
| Hex | 40 | 41 | 38 | 2 | 0 | E | 4B | 43 | 7 | 18 |
| Octal | 100 | 101 | 70 | 2 | 0 | 16 | 113 | 103 | 7 | 30 |
| Binary | 1000000 | 1000001 | 111000 | 10 | 0 | 1110 | 1001011 | 1000011 | 111 | 11000 |
Color Harmonies of #404138
Complementary color
Monochromatic Colors of #404138
Black with #404138
Text Example
Text Example
White with #404138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404138; }
p { color: rgb(64,65,56); }
H1.HeaderClassName
{
color: #404138;
}
.AnyTagClassName
{
color: #404138;
}
</style>
background-color css
<style>
a { background-color: #404138; }
a { background-color: rgb(64,65,56); }
div.DivClassName
{
background-color: #404138;
}
.BgClassName
{
background-color: #404138;
}
</style>
border-color css
<style>
span { border-color: #404138; }
span { border-color: rgb(64,65,56); }
td.TdClassName
{
border-color: #404138;
}
.TagClassName
{
border-color: #404138;
}
</style>