Shades of Arsenic #37424B
Tints of Arsenic #37424B
RGB
CMYK
RGB Variations
Color information
#37424B (or 0x37424B) is known color: Arsenic. HEX triplet: 37, 42 and 4B. RGB value is (55,66,75). Sum of RGB (Red+Green+Blue) = 55+66+75=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #37424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37424B is #C8BDB4. Grayscale: #3F3F3F. Windows color (decimal): -13155765 or 4932151. OLE color: 4932151.
HSL color Cylindrical-coordinate representation of color #37424B: hue angle of 207º 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 #37424B is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 66 | 75 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.71 |
| HSL | 207º | 0.15% | 0.25% | - |
| HSV(B) | 207º | 0.27% | 0.29% | - |
| XYZ | 4.79 | 5.22 | 7.41 | - |
| YUV | 63.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 75 | 0.27 | 0.12 | 0 | 0.71 | 207 | 0.15 | 0.25 |
| Hex | 37 | 42 | 4B | 1B | C | 0 | 47 | CF | F | 19 |
| Octal | 67 | 102 | 113 | 33 | 14 | 0 | 107 | 317 | 17 | 31 |
| Binary | 110111 | 1000010 | 1001011 | 11011 | 1100 | 0 | 1000111 | 11001111 | 1111 | 11001 |
Color Harmonies of #37424B
Complementary color
Monochromatic Colors of #37424B
Black with #37424B
Text Example
Text Example
White with #37424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37424B; }
p { color: rgb(55,66,75); }
H1.HeaderClassName
{
color: #37424B;
}
.AnyTagClassName
{
color: #37424B;
}
</style>
background-color css
<style>
a { background-color: #37424B; }
a { background-color: rgb(55,66,75); }
div.DivClassName
{
background-color: #37424B;
}
.BgClassName
{
background-color: #37424B;
}
</style>
border-color css
<style>
span { border-color: #37424B; }
span { border-color: rgb(55,66,75); }
td.TdClassName
{
border-color: #37424B;
}
.TagClassName
{
border-color: #37424B;
}
</style>