Shades of Evening Sea #1F5848
Tints of Evening Sea #1F5848
RGB
CMYK
RGB Variations
Color information
#1F5848 (or 0x1F5848) is known color: Evening Sea. HEX triplet: 1F, 58 and 48. RGB value is (31,88,72). Sum of RGB (Red+Green+Blue) = 31+88+72=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5848 is #E0A7B7. Grayscale: #454545. Windows color (decimal): -14723000 or 4741151. OLE color: 4741151.
HSL color Cylindrical-coordinate representation of color #1F5848: hue angle of 163.16º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5848 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 72 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.65 |
| HSL | 163.16º | 0.48% | 0.23% | - |
| HSV(B) | 163.16º | 0.65% | 0.35% | - |
| XYZ | 5.22 | 7.74 | 7.35 | - |
| YUV | 69.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 72 | 0.65 | 0 | 0.18 | 0.65 | 163.16 | 0.48 | 0.23 |
| Hex | 1F | 58 | 48 | 41 | 0 | 12 | 41 | A3 | 30 | 17 |
| Octal | 37 | 130 | 110 | 101 | 0 | 22 | 101 | 243 | 60 | 27 |
| Binary | 11111 | 1011000 | 1001000 | 1000001 | 0 | 10010 | 1000001 | 10100011 | 110000 | 10111 |
Color Harmonies of #1F5848
Complementary color
Monochromatic Colors of #1F5848
Black with #1F5848
Text Example
Text Example
White with #1F5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5848; }
p { color: rgb(31,88,72); }
H1.HeaderClassName
{
color: #1F5848;
}
.AnyTagClassName
{
color: #1F5848;
}
</style>
background-color css
<style>
a { background-color: #1F5848; }
a { background-color: rgb(31,88,72); }
div.DivClassName
{
background-color: #1F5848;
}
.BgClassName
{
background-color: #1F5848;
}
</style>
border-color css
<style>
span { border-color: #1F5848; }
span { border-color: rgb(31,88,72); }
td.TdClassName
{
border-color: #1F5848;
}
.TagClassName
{
border-color: #1F5848;
}
</style>