Shades of Salem #1F7050
Tints of Salem #1F7050
RGB
CMYK
RGB Variations
Color information
#1F7050 (or 0x1F7050) is known color: Salem. HEX triplet: 1F, 70 and 50. RGB value is (31,112,80). Sum of RGB (Red+Green+Blue) = 31+112+80=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7050 is #E08FAF. Grayscale: #545454. Windows color (decimal): -14716848 or 5271583. OLE color: 5271583.
HSL color Cylindrical-coordinate representation of color #1F7050: hue angle of 156.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7050 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 80 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.56 |
| HSL | 156.3º | 0.57% | 0.28% | - |
| HSV(B) | 156.3º | 0.72% | 0.44% | - |
| XYZ | 7.81 | 12.46 | 9.58 | - |
| YUV | 84.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 80 | 0.72 | 0 | 0.29 | 0.56 | 156.3 | 0.57 | 0.28 |
| Hex | 1F | 70 | 50 | 48 | 0 | 1D | 38 | 9C | 39 | 1C |
| Octal | 37 | 160 | 120 | 110 | 0 | 35 | 70 | 234 | 71 | 34 |
| Binary | 11111 | 1110000 | 1010000 | 1001000 | 0 | 11101 | 111000 | 10011100 | 111001 | 11100 |
Color Harmonies of #1F7050
Complementary color
Monochromatic Colors of #1F7050
Black with #1F7050
Text Example
Text Example
White with #1F7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7050; }
p { color: rgb(31,112,80); }
H1.HeaderClassName
{
color: #1F7050;
}
.AnyTagClassName
{
color: #1F7050;
}
</style>
background-color css
<style>
a { background-color: #1F7050; }
a { background-color: rgb(31,112,80); }
div.DivClassName
{
background-color: #1F7050;
}
.BgClassName
{
background-color: #1F7050;
}
</style>
border-color css
<style>
span { border-color: #1F7050; }
span { border-color: rgb(31,112,80); }
td.TdClassName
{
border-color: #1F7050;
}
.TagClassName
{
border-color: #1F7050;
}
</style>