Shades of Salem #1F7052
Tints of Salem #1F7052
RGB
CMYK
RGB Variations
Color information
#1F7052 (or 0x1F7052) is known color: Salem. HEX triplet: 1F, 70 and 52. RGB value is (31,112,82). Sum of RGB (Red+Green+Blue) = 31+112+82=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7052 is #E08FAD. Grayscale: #545454. Windows color (decimal): -14716846 or 5402655. OLE color: 5402655.
HSL color Cylindrical-coordinate representation of color #1F7052: hue angle of 157.78º 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 #1F7052 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 82 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.56 |
| HSL | 157.78º | 0.57% | 0.28% | - |
| HSV(B) | 157.78º | 0.72% | 0.44% | - |
| XYZ | 7.88 | 12.49 | 9.98 | - |
| YUV | 84.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 82 | 0.72 | 0 | 0.27 | 0.56 | 157.78 | 0.57 | 0.28 |
| Hex | 1F | 70 | 52 | 48 | 0 | 1B | 38 | 9E | 39 | 1C |
| Octal | 37 | 160 | 122 | 110 | 0 | 33 | 70 | 236 | 71 | 34 |
| Binary | 11111 | 1110000 | 1010010 | 1001000 | 0 | 11011 | 111000 | 10011110 | 111001 | 11100 |
Color Harmonies of #1F7052
Complementary color
Monochromatic Colors of #1F7052
Black with #1F7052
Text Example
Text Example
White with #1F7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7052; }
p { color: rgb(31,112,82); }
H1.HeaderClassName
{
color: #1F7052;
}
.AnyTagClassName
{
color: #1F7052;
}
</style>
background-color css
<style>
a { background-color: #1F7052; }
a { background-color: rgb(31,112,82); }
div.DivClassName
{
background-color: #1F7052;
}
.BgClassName
{
background-color: #1F7052;
}
</style>
border-color css
<style>
span { border-color: #1F7052; }
span { border-color: rgb(31,112,82); }
td.TdClassName
{
border-color: #1F7052;
}
.TagClassName
{
border-color: #1F7052;
}
</style>