Shades of Arsenic #373F46
Tints of Arsenic #373F46
RGB
CMYK
RGB Variations
Color information
#373F46 (or 0x373F46) is known color: Arsenic. HEX triplet: 37, 3F and 46. RGB value is (55,63,70). Sum of RGB (Red+Green+Blue) = 55+63+70=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #373F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F46 is #C8C0B9. Grayscale: #3D3D3D. Windows color (decimal): -13156538 or 4603703. OLE color: 4603703.
HSL color Cylindrical-coordinate representation of color #373F46: hue angle of 208º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373F46 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 63 | 70 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.73 |
| HSL | 208º | 0.12% | 0.25% | - |
| HSV(B) | 208º | 0.21% | 0.27% | - |
| XYZ | 4.46 | 4.81 | 6.49 | - |
| YUV | 61.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 70 | 0.21 | 0.10 | 0 | 0.73 | 208 | 0.12 | 0.25 |
| Hex | 37 | 3F | 46 | 15 | A | 0 | 49 | D0 | C | 19 |
| Octal | 67 | 77 | 106 | 25 | 12 | 0 | 111 | 320 | 14 | 31 |
| Binary | 110111 | 111111 | 1000110 | 10101 | 1010 | 0 | 1001001 | 11010000 | 1100 | 11001 |
Color Harmonies of #373F46
Complementary color
Monochromatic Colors of #373F46
Black with #373F46
Text Example
Text Example
White with #373F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F46; }
p { color: rgb(55,63,70); }
H1.HeaderClassName
{
color: #373F46;
}
.AnyTagClassName
{
color: #373F46;
}
</style>
background-color css
<style>
a { background-color: #373F46; }
a { background-color: rgb(55,63,70); }
div.DivClassName
{
background-color: #373F46;
}
.BgClassName
{
background-color: #373F46;
}
</style>
border-color css
<style>
span { border-color: #373F46; }
span { border-color: rgb(55,63,70); }
td.TdClassName
{
border-color: #373F46;
}
.TagClassName
{
border-color: #373F46;
}
</style>