Shades of Arsenic #33424D
Tints of Arsenic #33424D
RGB
CMYK
RGB Variations
Color information
#33424D (or 0x33424D) is known color: Arsenic. HEX triplet: 33, 42 and 4D. RGB value is (51,66,77). Sum of RGB (Red+Green+Blue) = 51+66+77=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #33424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424D is #CCBDB2. Grayscale: #3E3E3E. Windows color (decimal): -13417907 or 5063219. OLE color: 5063219.
HSL color Cylindrical-coordinate representation of color #33424D: hue angle of 205.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33424D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 66 | 77 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.70 |
| HSL | 205.38º | 0.2% | 0.25% | - |
| HSV(B) | 205.38º | 0.34% | 0.3% | - |
| XYZ | 4.65 | 5.14 | 7.77 | - |
| YUV | 62.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 77 | 0.34 | 0.14 | 0 | 0.70 | 205.38 | 0.2 | 0.25 |
| Hex | 33 | 42 | 4D | 22 | E | 0 | 46 | CD | 14 | 19 |
| Octal | 63 | 102 | 115 | 42 | 16 | 0 | 106 | 315 | 24 | 31 |
| Binary | 110011 | 1000010 | 1001101 | 100010 | 1110 | 0 | 1000110 | 11001101 | 10100 | 11001 |
Color Harmonies of #33424D
Complementary color
Monochromatic Colors of #33424D
Black with #33424D
Text Example
Text Example
White with #33424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33424D; }
p { color: rgb(51,66,77); }
H1.HeaderClassName
{
color: #33424D;
}
.AnyTagClassName
{
color: #33424D;
}
</style>
background-color css
<style>
a { background-color: #33424D; }
a { background-color: rgb(51,66,77); }
div.DivClassName
{
background-color: #33424D;
}
.BgClassName
{
background-color: #33424D;
}
</style>
border-color css
<style>
span { border-color: #33424D; }
span { border-color: rgb(51,66,77); }
td.TdClassName
{
border-color: #33424D;
}
.TagClassName
{
border-color: #33424D;
}
</style>