Shades of Arsenic #374049
Tints of Arsenic #374049
RGB
CMYK
RGB Variations
Color information
#374049 (or 0x374049) is known color: Arsenic. HEX triplet: 37, 40 and 49. RGB value is (55,64,73). Sum of RGB (Red+Green+Blue) = 55+64+73=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #374049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374049 is #C8BFB6. Grayscale: #3E3E3E. Windows color (decimal): -13156279 or 4800567. OLE color: 4800567.
HSL color Cylindrical-coordinate representation of color #374049: hue angle of 210º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374049 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 64 | 73 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.71 |
| HSL | 210º | 0.14% | 0.25% | - |
| HSV(B) | 210º | 0.25% | 0.29% | - |
| XYZ | 4.61 | 4.96 | 7.02 | - |
| YUV | 62.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 73 | 0.25 | 0.12 | 0 | 0.71 | 210 | 0.14 | 0.25 |
| Hex | 37 | 40 | 49 | 19 | C | 0 | 47 | D2 | E | 19 |
| Octal | 67 | 100 | 111 | 31 | 14 | 0 | 107 | 322 | 16 | 31 |
| Binary | 110111 | 1000000 | 1001001 | 11001 | 1100 | 0 | 1000111 | 11010010 | 1110 | 11001 |
Color Harmonies of #374049
Complementary color
Monochromatic Colors of #374049
Black with #374049
Text Example
Text Example
White with #374049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374049; }
p { color: rgb(55,64,73); }
H1.HeaderClassName
{
color: #374049;
}
.AnyTagClassName
{
color: #374049;
}
</style>
background-color css
<style>
a { background-color: #374049; }
a { background-color: rgb(55,64,73); }
div.DivClassName
{
background-color: #374049;
}
.BgClassName
{
background-color: #374049;
}
</style>
border-color css
<style>
span { border-color: #374049; }
span { border-color: rgb(55,64,73); }
td.TdClassName
{
border-color: #374049;
}
.TagClassName
{
border-color: #374049;
}
</style>