Shades of Evening Sea #1F5F49
Tints of Evening Sea #1F5F49
RGB
CMYK
RGB Variations
Color information
#1F5F49 (or 0x1F5F49) is known color: Evening Sea. HEX triplet: 1F, 5F and 49. RGB value is (31,95,73). Sum of RGB (Red+Green+Blue) = 31+95+73=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F49 is #E0A0B6. Grayscale: #494949. Windows color (decimal): -14721207 or 4808479. OLE color: 4808479.
HSL color Cylindrical-coordinate representation of color #1F5F49: hue angle of 159.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F49 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 73 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.63 |
| HSL | 159.38º | 0.51% | 0.25% | - |
| HSV(B) | 159.38º | 0.67% | 0.37% | - |
| XYZ | 5.86 | 8.96 | 7.72 | - |
| YUV | 73.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 73 | 0.67 | 0 | 0.23 | 0.63 | 159.38 | 0.51 | 0.25 |
| Hex | 1F | 5F | 49 | 43 | 0 | 17 | 3F | 9F | 33 | 19 |
| Octal | 37 | 137 | 111 | 103 | 0 | 27 | 77 | 237 | 63 | 31 |
| Binary | 11111 | 1011111 | 1001001 | 1000011 | 0 | 10111 | 111111 | 10011111 | 110011 | 11001 |
Color Harmonies of #1F5F49
Complementary color
Monochromatic Colors of #1F5F49
Black with #1F5F49
Text Example
Text Example
White with #1F5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F49; }
p { color: rgb(31,95,73); }
H1.HeaderClassName
{
color: #1F5F49;
}
.AnyTagClassName
{
color: #1F5F49;
}
</style>
background-color css
<style>
a { background-color: #1F5F49; }
a { background-color: rgb(31,95,73); }
div.DivClassName
{
background-color: #1F5F49;
}
.BgClassName
{
background-color: #1F5F49;
}
</style>
border-color css
<style>
span { border-color: #1F5F49; }
span { border-color: rgb(31,95,73); }
td.TdClassName
{
border-color: #1F5F49;
}
.TagClassName
{
border-color: #1F5F49;
}
</style>