#1B4849

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

Shades of Tiber #1B4849

Tints of Tiber #1B4849

Color information

#1B4849 (or 0x1B4849) is unknown color: approx Tiber. HEX triplet: 1B, 48 and 49. RGB value is (27,72,73). Sum of RGB (Red+Green+Blue) = 27+72+73=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4849 is #E4B7B6. Grayscale: #3A3A3A. Windows color (decimal): -14989239 or 4802587. OLE color: 4802587.

HSL color Cylindrical-coordinate representation of color #1B4849: hue angle of 181.3º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B4849 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB277273-
CMYK0.630.0100.71
HSL181.3º46%19.61%-
HSV(B)181.3º63.01%28.63%-
XYZ3.975.357.13-
YUV58.66136.09105.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=15.70%
G=41.86%
B=42.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2772730.630.0100.71181.34619.61
Hex1B48493F1047b52e14
Octal3311011177101072655624
Binary11011100100010010011111111010001111011010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,72,73); }

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

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

 a { background-color: rgb(27,72,73); }

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

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

 span { border-color: rgb(27,72,73); }

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