#1E4E50

Color #1E4E50 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #1E4E50

Tints of Dark Slate Grey #1E4E50

Color information

#1E4E50 (or 0x1E4E50) is unknown color: approx Dark Slate Grey. HEX triplet: 1E, 4E and 50. RGB value is (30,78,80). Sum of RGB (Red+Green+Blue) = 30+78+80=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4E50 is #E1B1AF. Grayscale: #3F3F3F. Windows color (decimal): -14791088 or 5262878. OLE color: 5262878.

HSL color Cylindrical-coordinate representation of color #1E4E50: hue angle of 182.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E50 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB307880-
CMYK0.620.0200.69
HSL182.4º45.45%21.57%-
HSV(B)182.4º62.5%31.37%-
XYZ4.716.38.56-
YUV63.88137.1103.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=15.96%
G=41.49%
B=42.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3078800.620.0200.69182.445.4521.57
Hex1E4E503E2045b62d16
Octal3611612076201052665526
Binary111101001110101000011111010010001011011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,80); }

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

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

 a { background-color: rgb(30,78,80); }

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

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

 span { border-color: rgb(30,78,80); }

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