Shades of Heavy Metal #40413A
Tints of Heavy Metal #40413A
RGB
CMYK
RGB Variations
Color information
#40413A (or 0x40413A) is known color: 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
| RGB | 64 | 65 | 58 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.75 |
| HSL | 68.57º | 0.06% | 0.24% | - |
| HSV(B) | 68.57º | 0.11% | 0.25% | - |
| XYZ | 4.77 | 5.18 | 4.75 | - |
| YUV | 63.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 58 | 0.02 | 0 | 0.11 | 0.75 | 68.57 | 0.06 | 0.24 |
| Hex | 40 | 41 | 3A | 2 | 0 | B | 4B | 45 | 6 | 18 |
| Octal | 100 | 101 | 72 | 2 | 0 | 13 | 113 | 105 | 6 | 30 |
| Binary | 1000000 | 1000001 | 111010 | 10 | 0 | 1011 | 1001011 | 1000101 | 110 | 11000 |
Color Harmonies of #40413A
Complementary color
Monochromatic Colors of #40413A
Black with #40413A
Text Example
Text Example
White with #40413A
Text Example
Text Example
HTML Codes & Css Web 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>