#1E5155

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

Shades of Dark Slate Grey #1E5155

Tints of Dark Slate Grey #1E5155

Color information

#1E5155 (or 0x1E5155) is unknown color: approx Dark Slate Grey. HEX triplet: 1E, 51 and 55. RGB value is (30,81,85). Sum of RGB (Red+Green+Blue) = 30+81+85=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E5155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5155 is #E1AEAA. Grayscale: #424242. Windows color (decimal): -14790315 or 5591326. OLE color: 5591326.

HSL color Cylindrical-coordinate representation of color #1E5155: hue angle of 184.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5155 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB308185-
CMYK0.650.0500.67
HSL184.36º47.83%22.55%-
HSV(B)184.36º64.71%33.33%-
XYZ5.126.829.64-
YUV66.21138.6102.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=15.31%
G=41.33%
B=43.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3081850.650.0500.67184.3647.8322.55
Hex1E5155415043b83017
Octal36121125101501032706027
Binary11110101000110101011000001101010000111011100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,85); }

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

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

 a { background-color: rgb(30,81,85); }

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

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

 span { border-color: rgb(30,81,85); }

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