Shades of Arsenic #33424C
Tints of Arsenic #33424C
RGB
CMYK
RGB Variations
Color information
#33424C (or 0x33424C) is known color: Arsenic. HEX triplet: 33, 42 and 4C. RGB value is (51,66,76). Sum of RGB (Red+Green+Blue) = 51+66+76=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #33424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33424C is #CCBDB3. Grayscale: #3E3E3E. Windows color (decimal): -13417908 or 4997683. OLE color: 4997683.
HSL color Cylindrical-coordinate representation of color #33424C: hue angle of 204º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #33424C is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 66 | 76 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.70 |
| HSL | 204º | 0.2% | 0.25% | - |
| HSV(B) | 204º | 0.33% | 0.3% | - |
| XYZ | 4.62 | 5.12 | 7.58 | - |
| YUV | 62.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 76 | 0.33 | 0.13 | 0 | 0.70 | 204 | 0.2 | 0.25 |
| Hex | 33 | 42 | 4C | 21 | D | 0 | 46 | CC | 14 | 19 |
| Octal | 63 | 102 | 114 | 41 | 15 | 0 | 106 | 314 | 24 | 31 |
| Binary | 110011 | 1000010 | 1001100 | 100001 | 1101 | 0 | 1000110 | 11001100 | 10100 | 11001 |
Color Harmonies of #33424C
Complementary color
Monochromatic Colors of #33424C
Black with #33424C
Text Example
Text Example
White with #33424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33424C; }
p { color: rgb(51,66,76); }
H1.HeaderClassName
{
color: #33424C;
}
.AnyTagClassName
{
color: #33424C;
}
</style>
background-color css
<style>
a { background-color: #33424C; }
a { background-color: rgb(51,66,76); }
div.DivClassName
{
background-color: #33424C;
}
.BgClassName
{
background-color: #33424C;
}
</style>
border-color css
<style>
span { border-color: #33424C; }
span { border-color: rgb(51,66,76); }
td.TdClassName
{
border-color: #33424C;
}
.TagClassName
{
border-color: #33424C;
}
</style>