Shades of Arsenic #333E48
Tints of Arsenic #333E48
RGB
CMYK
RGB Variations
Color information
#333E48 (or 0x333E48) is known color: Arsenic. HEX triplet: 33, 3E and 48. RGB value is (51,62,72). Sum of RGB (Red+Green+Blue) = 51+62+72=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #333E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E48 is #CCC1B7. Grayscale: #3B3B3B. Windows color (decimal): -13418936 or 4734515. OLE color: 4734515.
HSL color Cylindrical-coordinate representation of color #333E48: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333E48 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 62 | 72 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.72 |
| HSL | 208.57º | 0.17% | 0.24% | - |
| HSV(B) | 208.57º | 0.29% | 0.28% | - |
| XYZ | 4.26 | 4.62 | 6.8 | - |
| YUV | 59.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 72 | 0.29 | 0.14 | 0 | 0.72 | 208.57 | 0.17 | 0.24 |
| Hex | 33 | 3E | 48 | 1D | E | 0 | 48 | D1 | 11 | 18 |
| Octal | 63 | 76 | 110 | 35 | 16 | 0 | 110 | 321 | 21 | 30 |
| Binary | 110011 | 111110 | 1001000 | 11101 | 1110 | 0 | 1001000 | 11010001 | 10001 | 11000 |
Color Harmonies of #333E48
Complementary color
Monochromatic Colors of #333E48
Black with #333E48
Text Example
Text Example
White with #333E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E48; }
p { color: rgb(51,62,72); }
H1.HeaderClassName
{
color: #333E48;
}
.AnyTagClassName
{
color: #333E48;
}
</style>
background-color css
<style>
a { background-color: #333E48; }
a { background-color: rgb(51,62,72); }
div.DivClassName
{
background-color: #333E48;
}
.BgClassName
{
background-color: #333E48;
}
</style>
border-color css
<style>
span { border-color: #333E48; }
span { border-color: rgb(51,62,72); }
td.TdClassName
{
border-color: #333E48;
}
.TagClassName
{
border-color: #333E48;
}
</style>