#1F5348

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

Shades of Evening Sea #1F5348

Tints of Evening Sea #1F5348

Color information

#1F5348 (or 0x1F5348) is unknown color: approx Evening Sea. HEX triplet: 1F, 53 and 48. RGB value is (31,83,72). Sum of RGB (Red+Green+Blue) = 31+83+72=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5348 is #E0ACB7. Grayscale: #424242. Windows color (decimal): -14724280 or 4739871. OLE color: 4739871.

HSL color Cylindrical-coordinate representation of color #1F5348: hue angle of 167.31º 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 #1F5348 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB318372-
CMYK0.6300.130.67
HSL167.31º45.61%22.35%-
HSV(B)167.31º62.65%32.55%-
XYZ4.836.957.22-
YUV66.2131.27102.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=16.67%
G=44.62%
B=38.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183720.6300.130.67167.3145.6122.35
Hex1F53483F0D43a72e16
Octal37123110770151032475626
Binary11111101001110010001111110110110000111010011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5348; }

 p { color: rgb(31,83,72); }

 H1.HeaderClassName
 {
   color: #1F5348;
 }
 .AnyTagClassName
 {
   color: #1F5348;
 }
</style>
background-color css

<style>
 a { background-color: #1F5348; }

 a { background-color: rgb(31,83,72); }

 div.DivClassName
 {
   background-color: #1F5348;
 }
 .BgClassName
 {
   background-color: #1F5348;
 }
</style>
border-color css

<style>
 span { border-color: #1F5348; }

 span { border-color: rgb(31,83,72); }

 td.TdClassName
 {
   border-color: #1F5348;
 }
 .TagClassName
 {
   border-color: #1F5348;
 }
</style>