#1F5848

Color #1F5848 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1F5848

Tints of Evening Sea #1F5848

Color information

#1F5848 (or 0x1F5848) is unknown color: approx 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

RGB318872-
CMYK0.6500.180.65
HSL163.16º47.9%23.33%-
HSV(B)163.16º64.77%34.51%-
XYZ5.227.747.35-
YUV69.13129.62100.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=16.23%
G=46.07%
B=37.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3188720.6500.180.65163.1647.923.33
Hex1F58484101241a33017
Octal371301101010221012436027
Binary1111110110001001000100000101001010000011010001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>