Shades of Arsenic #37414B
Tints of Arsenic #37414B
RGB
CMYK
RGB Variations
Color information
#37414B (or 0x37414B) is known color: Arsenic. HEX triplet: 37, 41 and 4B. RGB value is (55,65,75). Sum of RGB (Red+Green+Blue) = 55+65+75=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #37414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37414B is #C8BEB4. Grayscale: #3F3F3F. Windows color (decimal): -13156021 or 4931895. OLE color: 4931895.
HSL color Cylindrical-coordinate representation of color #37414B: hue angle of 210º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37414B is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 65 | 75 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.71 |
| HSL | 210º | 0.15% | 0.25% | - |
| HSV(B) | 210º | 0.27% | 0.29% | - |
| XYZ | 4.74 | 5.1 | 7.39 | - |
| YUV | 63.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 75 | 0.27 | 0.13 | 0 | 0.71 | 210 | 0.15 | 0.25 |
| Hex | 37 | 41 | 4B | 1B | D | 0 | 47 | D2 | F | 19 |
| Octal | 67 | 101 | 113 | 33 | 15 | 0 | 107 | 322 | 17 | 31 |
| Binary | 110111 | 1000001 | 1001011 | 11011 | 1101 | 0 | 1000111 | 11010010 | 1111 | 11001 |
Color Harmonies of #37414B
Complementary color
Monochromatic Colors of #37414B
Black with #37414B
Text Example
Text Example
White with #37414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37414B; }
p { color: rgb(55,65,75); }
H1.HeaderClassName
{
color: #37414B;
}
.AnyTagClassName
{
color: #37414B;
}
</style>
background-color css
<style>
a { background-color: #37414B; }
a { background-color: rgb(55,65,75); }
div.DivClassName
{
background-color: #37414B;
}
.BgClassName
{
background-color: #37414B;
}
</style>
border-color css
<style>
span { border-color: #37414B; }
span { border-color: rgb(55,65,75); }
td.TdClassName
{
border-color: #37414B;
}
.TagClassName
{
border-color: #37414B;
}
</style>