Shades of Evening Sea #1F5347
Tints of Evening Sea #1F5347
RGB
CMYK
RGB Variations
Color information
#1F5347 (or 0x1F5347) is known color: Evening Sea. HEX triplet: 1F, 53 and 47. RGB value is (31,83,71). Sum of RGB (Red+Green+Blue) = 31+83+71=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5347 is #E0ACB8. Grayscale: #424242. Windows color (decimal): -14724281 or 4674335. OLE color: 4674335.
HSL color Cylindrical-coordinate representation of color #1F5347: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5347 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 71 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.67 |
| HSL | 166.15º | 0.46% | 0.22% | - |
| HSV(B) | 166.15º | 0.63% | 0.33% | - |
| XYZ | 4.8 | 6.93 | 7.05 | - |
| YUV | 66.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 71 | 0.63 | 0 | 0.14 | 0.67 | 166.15 | 0.46 | 0.22 |
| Hex | 1F | 53 | 47 | 3F | 0 | E | 43 | A6 | 2E | 16 |
| Octal | 37 | 123 | 107 | 77 | 0 | 16 | 103 | 246 | 56 | 26 |
| Binary | 11111 | 1010011 | 1000111 | 111111 | 0 | 1110 | 1000011 | 10100110 | 101110 | 10110 |
Color Harmonies of #1F5347
Complementary color
Monochromatic Colors of #1F5347
Black with #1F5347
Text Example
Text Example
White with #1F5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5347; }
p { color: rgb(31,83,71); }
H1.HeaderClassName
{
color: #1F5347;
}
.AnyTagClassName
{
color: #1F5347;
}
</style>
background-color css
<style>
a { background-color: #1F5347; }
a { background-color: rgb(31,83,71); }
div.DivClassName
{
background-color: #1F5347;
}
.BgClassName
{
background-color: #1F5347;
}
</style>
border-color css
<style>
span { border-color: #1F5347; }
span { border-color: rgb(31,83,71); }
td.TdClassName
{
border-color: #1F5347;
}
.TagClassName
{
border-color: #1F5347;
}
</style>