Shades of Arsenic #37424A
Tints of Arsenic #37424A
RGB
CMYK
RGB Variations
Color information
#37424A (or 0x37424A) is known color: Arsenic. HEX triplet: 37, 42 and 4A. RGB value is (55,66,74). Sum of RGB (Red+Green+Blue) = 55+66+74=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #37424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37424A is #C8BDB5. Grayscale: #3F3F3F. Windows color (decimal): -13155766 or 4866615. OLE color: 4866615.
HSL color Cylindrical-coordinate representation of color #37424A: hue angle of 205.26º 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 #37424A is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 66 | 74 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.71 |
| HSL | 205.26º | 0.15% | 0.25% | - |
| HSV(B) | 205.26º | 0.26% | 0.29% | - |
| XYZ | 4.76 | 5.2 | 7.23 | - |
| YUV | 63.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 74 | 0.26 | 0.11 | 0 | 0.71 | 205.26 | 0.15 | 0.25 |
| Hex | 37 | 42 | 4A | 1A | B | 0 | 47 | CD | F | 19 |
| Octal | 67 | 102 | 112 | 32 | 13 | 0 | 107 | 315 | 17 | 31 |
| Binary | 110111 | 1000010 | 1001010 | 11010 | 1011 | 0 | 1000111 | 11001101 | 1111 | 11001 |
Color Harmonies of #37424A
Complementary color
Monochromatic Colors of #37424A
Black with #37424A
Text Example
Text Example
White with #37424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37424A; }
p { color: rgb(55,66,74); }
H1.HeaderClassName
{
color: #37424A;
}
.AnyTagClassName
{
color: #37424A;
}
</style>
background-color css
<style>
a { background-color: #37424A; }
a { background-color: rgb(55,66,74); }
div.DivClassName
{
background-color: #37424A;
}
.BgClassName
{
background-color: #37424A;
}
</style>
border-color css
<style>
span { border-color: #37424A; }
span { border-color: rgb(55,66,74); }
td.TdClassName
{
border-color: #37424A;
}
.TagClassName
{
border-color: #37424A;
}
</style>