#1F4347

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

Shades of Tiber #1F4347

Tints of Tiber #1F4347

Color information

#1F4347 (or 0x1F4347) is unknown color: approx Tiber. HEX triplet: 1F, 43 and 47. RGB value is (31,67,71). Sum of RGB (Red+Green+Blue) = 31+67+71=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F4347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4347 is #E0BCB8. Grayscale: #383838. Windows color (decimal): -14728377 or 4670239. OLE color: 4670239.

HSL color Cylindrical-coordinate representation of color #1F4347: hue angle of 186º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4347 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB316771-
CMYK0.560.0600.72
HSL186º39.22%20%-
HSV(B)186º56.34%27.84%-
XYZ3.714.766.68-
YUV56.69136.07109.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=18.34%
G=39.64%
B=42.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3167710.560.0600.7218639.2220
Hex1F4347386048ba2714
Octal3710310770601102724724
Binary1111110000111000111111000110010010001011101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,71); }

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

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

 a { background-color: rgb(31,67,71); }

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

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

 span { border-color: rgb(31,67,71); }

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