Shades of Heavy Metal #424333
Tints of Heavy Metal #424333
RGB
CMYK
RGB Variations
Color information
#424333 (or 0x424333) is known color: Heavy Metal. HEX triplet: 42, 43 and 33. RGB value is (66,67,51). Sum of RGB (Red+Green+Blue) = 66+67+51=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #424333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424333 is #BDBCCC. Grayscale: #404040. Windows color (decimal): -12434637 or 3359554. OLE color: 3359554.
HSL color Cylindrical-coordinate representation of color #424333: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424333 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 51 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.74 |
| HSL | 63.75º | 0.14% | 0.23% | - |
| HSV(B) | 63.75º | 0.24% | 0.26% | - |
| XYZ | 4.85 | 5.41 | 3.92 | - |
| YUV | 64.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 51 | 0.01 | 0 | 0.24 | 0.74 | 63.75 | 0.14 | 0.23 |
| Hex | 42 | 43 | 33 | 1 | 0 | 18 | 4A | 40 | E | 17 |
| Octal | 102 | 103 | 63 | 1 | 0 | 30 | 112 | 100 | 16 | 27 |
| Binary | 1000010 | 1000011 | 110011 | 1 | 0 | 11000 | 1001010 | 1000000 | 1110 | 10111 |
Color Harmonies of #424333
Complementary color
Monochromatic Colors of #424333
Black with #424333
Text Example
Text Example
White with #424333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424333; }
p { color: rgb(66,67,51); }
H1.HeaderClassName
{
color: #424333;
}
.AnyTagClassName
{
color: #424333;
}
</style>
background-color css
<style>
a { background-color: #424333; }
a { background-color: rgb(66,67,51); }
div.DivClassName
{
background-color: #424333;
}
.BgClassName
{
background-color: #424333;
}
</style>
border-color css
<style>
span { border-color: #424333; }
span { border-color: rgb(66,67,51); }
td.TdClassName
{
border-color: #424333;
}
.TagClassName
{
border-color: #424333;
}
</style>