Shades of Heavy Metal #42433A
Tints of Heavy Metal #42433A
RGB
CMYK
RGB Variations
Color information
#42433A (or 0x42433A) is known color: Heavy Metal. HEX triplet: 42, 43 and 3A. RGB value is (66,67,58). Sum of RGB (Red+Green+Blue) = 66+67+58=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 67 - color contains mainly: green. Hex color #42433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433A is #BDBCC5. Grayscale: #414141. Windows color (decimal): -12434630 or 3818306. OLE color: 3818306.
HSL color Cylindrical-coordinate representation of color #42433A: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42433A is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 58 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.74 |
| HSL | 66.67º | 0.07% | 0.25% | - |
| HSV(B) | 66.67º | 0.13% | 0.26% | - |
| XYZ | 5.02 | 5.48 | 4.8 | - |
| YUV | 65.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 58 | 0.01 | 0 | 0.13 | 0.74 | 66.67 | 0.07 | 0.25 |
| Hex | 42 | 43 | 3A | 1 | 0 | D | 4A | 43 | 7 | 19 |
| Octal | 102 | 103 | 72 | 1 | 0 | 15 | 112 | 103 | 7 | 31 |
| Binary | 1000010 | 1000011 | 111010 | 1 | 0 | 1101 | 1001010 | 1000011 | 111 | 11001 |
Color Harmonies of #42433A
Complementary color
Monochromatic Colors of #42433A
Black with #42433A
Text Example
Text Example
White with #42433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42433A; }
p { color: rgb(66,67,58); }
H1.HeaderClassName
{
color: #42433A;
}
.AnyTagClassName
{
color: #42433A;
}
</style>
background-color css
<style>
a { background-color: #42433A; }
a { background-color: rgb(66,67,58); }
div.DivClassName
{
background-color: #42433A;
}
.BgClassName
{
background-color: #42433A;
}
</style>
border-color css
<style>
span { border-color: #42433A; }
span { border-color: rgb(66,67,58); }
td.TdClassName
{
border-color: #42433A;
}
.TagClassName
{
border-color: #42433A;
}
</style>