Shades of Arsenic #333D47
Tints of Arsenic #333D47
RGB
CMYK
RGB Variations
Color information
#333D47 (or 0x333D47) is known color: Arsenic. HEX triplet: 33, 3D and 47. RGB value is (51,61,71). Sum of RGB (Red+Green+Blue) = 51+61+71=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #333D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D47 is #CCC2B8. Grayscale: #3B3B3B. Windows color (decimal): -13419193 or 4668723. OLE color: 4668723.
HSL color Cylindrical-coordinate representation of color #333D47: hue angle of 210º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #333D47 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 61 | 71 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.72 |
| HSL | 210º | 0.16% | 0.24% | - |
| HSV(B) | 210º | 0.28% | 0.28% | - |
| XYZ | 4.17 | 4.5 | 6.61 | - |
| YUV | 59.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 71 | 0.28 | 0.14 | 0 | 0.72 | 210 | 0.16 | 0.24 |
| Hex | 33 | 3D | 47 | 1C | E | 0 | 48 | D2 | 10 | 18 |
| Octal | 63 | 75 | 107 | 34 | 16 | 0 | 110 | 322 | 20 | 30 |
| Binary | 110011 | 111101 | 1000111 | 11100 | 1110 | 0 | 1001000 | 11010010 | 10000 | 11000 |
Color Harmonies of #333D47
Complementary color
Monochromatic Colors of #333D47
Black with #333D47
Text Example
Text Example
White with #333D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D47; }
p { color: rgb(51,61,71); }
H1.HeaderClassName
{
color: #333D47;
}
.AnyTagClassName
{
color: #333D47;
}
</style>
background-color css
<style>
a { background-color: #333D47; }
a { background-color: rgb(51,61,71); }
div.DivClassName
{
background-color: #333D47;
}
.BgClassName
{
background-color: #333D47;
}
</style>
border-color css
<style>
span { border-color: #333D47; }
span { border-color: rgb(51,61,71); }
td.TdClassName
{
border-color: #333D47;
}
.TagClassName
{
border-color: #333D47;
}
</style>