#1F494D

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

Shades of Tiber #1F494D

Tints of Tiber #1F494D

Color information

#1F494D (or 0x1F494D) is unknown color: approx Tiber. HEX triplet: 1F, 49 and 4D. RGB value is (31,73,77). Sum of RGB (Red+Green+Blue) = 31+73+77=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F494D is #E0B6B2. Grayscale: #3C3C3C. Windows color (decimal): -14726835 or 5064991. OLE color: 5064991.

HSL color Cylindrical-coordinate representation of color #1F494D: hue angle of 185.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F494D is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB317377-
CMYK0.600.0500.70
HSL185.22º42.59%21.18%-
HSV(B)185.22º59.74%30.2%-
XYZ4.295.597.87-
YUV60.9137.09106.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=17.13%
G=40.33%
B=42.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3173770.600.0500.70185.2242.5921.18
Hex1F494D3C5046b92b15
Octal3711111574501062715325
Binary1111110010011001101111100101010001101011100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,77); }

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

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

 a { background-color: rgb(31,73,77); }

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

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

 span { border-color: rgb(31,73,77); }

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