Shades of Arsenic #373F47
Tints of Arsenic #373F47
RGB
CMYK
RGB Variations
Color information
#373F47 (or 0x373F47) is known color: Arsenic. HEX triplet: 37, 3F and 47. RGB value is (55,63,71). Sum of RGB (Red+Green+Blue) = 55+63+71=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #373F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F47 is #C8C0B8. Grayscale: #3D3D3D. Windows color (decimal): -13156537 or 4669239. OLE color: 4669239.
HSL color Cylindrical-coordinate representation of color #373F47: hue angle of 210º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #373F47 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 63 | 71 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.72 |
| HSL | 210º | 0.13% | 0.25% | - |
| HSV(B) | 210º | 0.23% | 0.28% | - |
| XYZ | 4.49 | 4.82 | 6.66 | - |
| YUV | 61.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 71 | 0.23 | 0.11 | 0 | 0.72 | 210 | 0.13 | 0.25 |
| Hex | 37 | 3F | 47 | 17 | B | 0 | 48 | D2 | D | 19 |
| Octal | 67 | 77 | 107 | 27 | 13 | 0 | 110 | 322 | 15 | 31 |
| Binary | 110111 | 111111 | 1000111 | 10111 | 1011 | 0 | 1001000 | 11010010 | 1101 | 11001 |
Color Harmonies of #373F47
Complementary color
Monochromatic Colors of #373F47
Black with #373F47
Text Example
Text Example
White with #373F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F47; }
p { color: rgb(55,63,71); }
H1.HeaderClassName
{
color: #373F47;
}
.AnyTagClassName
{
color: #373F47;
}
</style>
background-color css
<style>
a { background-color: #373F47; }
a { background-color: rgb(55,63,71); }
div.DivClassName
{
background-color: #373F47;
}
.BgClassName
{
background-color: #373F47;
}
</style>
border-color css
<style>
span { border-color: #373F47; }
span { border-color: rgb(55,63,71); }
td.TdClassName
{
border-color: #373F47;
}
.TagClassName
{
border-color: #373F47;
}
</style>