#1D4449

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

Shades of Tiber #1D4449

Tints of Tiber #1D4449

Color information

#1D4449 (or 0x1D4449) is unknown color: approx Tiber. HEX triplet: 1D, 44 and 49. RGB value is (29,68,73). Sum of RGB (Red+Green+Blue) = 29+68+73=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D4449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4449 is #E2BBB6. Grayscale: #383838. Windows color (decimal): -14859191 or 4801565. OLE color: 4801565.

HSL color Cylindrical-coordinate representation of color #1D4449: hue angle of 186.82º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4449 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB296873-
CMYK0.600.0700.71
HSL186.82º43.14%20%-
HSV(B)186.82º60.27%28.63%-
XYZ3.784.887.05-
YUV56.91137.08108.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=17.06%
G=40%
B=42.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2968730.600.0700.71186.8243.1420
Hex1D44493C7047bb2b14
Octal3510411174701072735324
Binary1110110001001001001111100111010001111011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,73); }

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

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

 a { background-color: rgb(29,68,73); }

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

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

 span { border-color: rgb(29,68,73); }

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