Shades of Heavy Metal #42433B
Tints of Heavy Metal #42433B
RGB
CMYK
RGB Variations
Color information
#42433B (or 0x42433B) is known color: Heavy Metal. HEX triplet: 42, 43 and 3B. RGB value is (66,67,59). Sum of RGB (Red+Green+Blue) = 66+67+59=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 67 - color contains mainly: green. Hex color #42433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433B is #BDBCC4. Grayscale: #414141. Windows color (decimal): -12434629 or 3883842. OLE color: 3883842.
HSL color Cylindrical-coordinate representation of color #42433B: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42433B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 59 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.74 |
| HSL | 67.5º | 0.06% | 0.25% | - |
| HSV(B) | 67.5º | 0.12% | 0.26% | - |
| XYZ | 5.04 | 5.49 | 4.93 | - |
| YUV | 65.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 59 | 0.01 | 0 | 0.12 | 0.74 | 67.5 | 0.06 | 0.25 |
| Hex | 42 | 43 | 3B | 1 | 0 | C | 4A | 44 | 6 | 19 |
| Octal | 102 | 103 | 73 | 1 | 0 | 14 | 112 | 104 | 6 | 31 |
| Binary | 1000010 | 1000011 | 111011 | 1 | 0 | 1100 | 1001010 | 1000100 | 110 | 11001 |
Color Harmonies of #42433B
Complementary color
Monochromatic Colors of #42433B
Black with #42433B
Text Example
Text Example
White with #42433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42433B; }
p { color: rgb(66,67,59); }
H1.HeaderClassName
{
color: #42433B;
}
.AnyTagClassName
{
color: #42433B;
}
</style>
background-color css
<style>
a { background-color: #42433B; }
a { background-color: rgb(66,67,59); }
div.DivClassName
{
background-color: #42433B;
}
.BgClassName
{
background-color: #42433B;
}
</style>
border-color css
<style>
span { border-color: #42433B; }
span { border-color: rgb(66,67,59); }
td.TdClassName
{
border-color: #42433B;
}
.TagClassName
{
border-color: #42433B;
}
</style>