#1E4240

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

Shades of Tiber #1E4240

Tints of Tiber #1E4240

Color information

#1E4240 (or 0x1E4240) is unknown color: approx Tiber. HEX triplet: 1E, 42 and 40. RGB value is (30,66,64). Sum of RGB (Red+Green+Blue) = 30+66+64=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4240 is #E1BDBF. Grayscale: #363636. Windows color (decimal): -14794176 or 4211230. OLE color: 4211230.

HSL color Cylindrical-coordinate representation of color #1E4240: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4240 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB306664-
CMYK0.5500.030.74
HSL176.67º37.5%18.82%-
HSV(B)176.67º54.55%25.88%-
XYZ3.414.545.55-
YUV55.01133.07110.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 64 (25.39% from 255) = 40%
R=18.75%
G=41.25%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066640.5500.030.74176.6737.518.82
Hex1E424037034Ab12613
Octal3610210067031122614623
Binary111101000010100000011011101110010101011000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,64); }

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

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

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

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

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

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

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