Shades of Arsenic #37414A
Tints of Arsenic #37414A
RGB
CMYK
RGB Variations
Color information
#37414A (or 0x37414A) is known color: Arsenic. HEX triplet: 37, 41 and 4A. RGB value is (55,65,74). Sum of RGB (Red+Green+Blue) = 55+65+74=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #37414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37414A is #C8BEB5. Grayscale: #3E3E3E. Windows color (decimal): -13156022 or 4866359. OLE color: 4866359.
HSL color Cylindrical-coordinate representation of color #37414A: hue angle of 208.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #37414A is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 65 | 74 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.71 |
| HSL | 208.42º | 0.15% | 0.25% | - |
| HSV(B) | 208.42º | 0.26% | 0.29% | - |
| XYZ | 4.7 | 5.09 | 7.21 | - |
| YUV | 63.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 74 | 0.26 | 0.12 | 0 | 0.71 | 208.42 | 0.15 | 0.25 |
| Hex | 37 | 41 | 4A | 1A | C | 0 | 47 | D0 | F | 19 |
| Octal | 67 | 101 | 112 | 32 | 14 | 0 | 107 | 320 | 17 | 31 |
| Binary | 110111 | 1000001 | 1001010 | 11010 | 1100 | 0 | 1000111 | 11010000 | 1111 | 11001 |
Color Harmonies of #37414A
Complementary color
Monochromatic Colors of #37414A
Black with #37414A
Text Example
Text Example
White with #37414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37414A; }
p { color: rgb(55,65,74); }
H1.HeaderClassName
{
color: #37414A;
}
.AnyTagClassName
{
color: #37414A;
}
</style>
background-color css
<style>
a { background-color: #37414A; }
a { background-color: rgb(55,65,74); }
div.DivClassName
{
background-color: #37414A;
}
.BgClassName
{
background-color: #37414A;
}
</style>
border-color css
<style>
span { border-color: #37414A; }
span { border-color: rgb(55,65,74); }
td.TdClassName
{
border-color: #37414A;
}
.TagClassName
{
border-color: #37414A;
}
</style>