#1D4040

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

Shades of Tiber #1D4040

Tints of Tiber #1D4040

Color information

#1D4040 (or 0x1D4040) is unknown color: approx Tiber. HEX triplet: 1D, 40 and 40. RGB value is (29,64,64). Sum of RGB (Red+Green+Blue) = 29+64+64=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #1D4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4040 is #E2BFBF. Grayscale: #353535. Windows color (decimal): -14860224 or 4210717. OLE color: 4210717.

HSL color Cylindrical-coordinate representation of color #1D4040: hue angle of 180º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4040 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB296464-
CMYK0.55000.75
HSL180º37.63%18.24%-
HSV(B)180º54.69%25.1%-
XYZ3.274.35.51-
YUV53.54133.9110.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=18.47%
G=40.76%
B=40.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964640.55000.7518037.6318.24
Hex1D404037004Bb42612
Octal3510010067001132644622
Binary11101100000010000001101110010010111011010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,64,64); }

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

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

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

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

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

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

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