Shades of Heavy Metal #41413C
Tints of Heavy Metal #41413C
RGB
CMYK
RGB Variations
Color information
#41413C (or 0x41413C) is known color: Heavy Metal. HEX triplet: 41, 41 and 3C. RGB value is (65,65,60). Sum of RGB (Red+Green+Blue) = 65+65+60=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41413C is #BEBEC3. Grayscale: #404040. Windows color (decimal): -12500676 or 3948865. OLE color: 3948865.
HSL color Cylindrical-coordinate representation of color #41413C: hue angle of 60º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #41413C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 60 | - |
| CMYK | 0 | 0 | 0.08 | 0.75 |
| HSL | 60º | 0.04% | 0.25% | - |
| HSV(B) | 60º | 0.08% | 0.25% | - |
| XYZ | 4.89 | 5.23 | 5.03 | - |
| YUV | 64.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 60 | 0 | 0 | 0.08 | 0.75 | 60 | 0.04 | 0.25 |
| Hex | 41 | 41 | 3C | 0 | 0 | 8 | 4B | 3C | 4 | 19 |
| Octal | 101 | 101 | 74 | 0 | 0 | 10 | 113 | 74 | 4 | 31 |
| Binary | 1000001 | 1000001 | 111100 | 0 | 0 | 1000 | 1001011 | 111100 | 100 | 11001 |
Color Harmonies of #41413C
Complementary color
Monochromatic Colors of #41413C
Black with #41413C
Text Example
Text Example
White with #41413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41413C; }
p { color: rgb(65,65,60); }
H1.HeaderClassName
{
color: #41413C;
}
.AnyTagClassName
{
color: #41413C;
}
</style>
background-color css
<style>
a { background-color: #41413C; }
a { background-color: rgb(65,65,60); }
div.DivClassName
{
background-color: #41413C;
}
.BgClassName
{
background-color: #41413C;
}
</style>
border-color css
<style>
span { border-color: #41413C; }
span { border-color: rgb(65,65,60); }
td.TdClassName
{
border-color: #41413C;
}
.TagClassName
{
border-color: #41413C;
}
</style>