Shades of Heavy Metal #3E3E3D
Tints of Heavy Metal #3E3E3D
RGB
CMYK
RGB Variations
Color information
#3E3E3D (or 0x3E3E3D) is known color: Heavy Metal. HEX triplet: 3E, 3E and 3D. RGB value is (62,62,61). Sum of RGB (Red+Green+Blue) = 62+62+61=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 62 - color contains mainly: red, green. Hex color #3E3E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3E3D is #C1C1C2. Grayscale: #3D3D3D. Windows color (decimal): -12698051 or 4013630. OLE color: 4013630.
HSL color Cylindrical-coordinate representation of color #3E3E3D: hue angle of 60º degrees, saturation: 0.01, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #3E3E3D is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 62 | 61 | - |
CMYK | 0 | 0 | 0.02 | 0.76 |
HSL | 60º | 0.01% | 0.24% | - |
HSV(B) | 60º | 0.02% | 0.24% | - |
XYZ | 4.55 | 4.81 | 5.1 | - |
YUV | 61.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 62 | 61 | 0 | 0 | 0.02 | 0.76 | 60 | 0.01 | 0.24 |
Hex | 3E | 3E | 3D | 0 | 0 | 2 | 4C | 3C | 1 | 18 |
Octal | 76 | 76 | 75 | 0 | 0 | 2 | 114 | 74 | 1 | 30 |
Binary | 111110 | 111110 | 111101 | 0 | 0 | 10 | 1001100 | 111100 | 1 | 11000 |
Color Harmonies of #3E3E3D
Complementary color
Monochromatic Colors of #3E3E3D
Black with #3E3E3D
Text Example
Text Example
White with #3E3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E3D; }
p { color: rgb(62,62,61); }
H1.HeaderClassName
{
color: #3E3E3D;
}
.AnyTagClassName
{
color: #3E3E3D;
}
</style>
background-color css
<style>
a { background-color: #3E3E3D; }
a { background-color: rgb(62,62,61); }
div.DivClassName
{
background-color: #3E3E3D;
}
.BgClassName
{
background-color: #3E3E3D;
}
</style>
border-color css
<style>
span { border-color: #3E3E3D; }
span { border-color: rgb(62,62,61); }
td.TdClassName
{
border-color: #3E3E3D;
}
.TagClassName
{
border-color: #3E3E3D;
}
</style>