#1E3031

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

Shades of Swamp #1E3031

Tints of Swamp #1E3031

Color information

#1E3031 (or 0x1E3031) is unknown color: approx Swamp. HEX triplet: 1E, 30 and 31. RGB value is (30,48,49). Sum of RGB (Red+Green+Blue) = 30+48+49=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3031 is #E1CFCE. Grayscale: #2A2A2A. Windows color (decimal): -14798799 or 3223582. OLE color: 3223582.

HSL color Cylindrical-coordinate representation of color #1E3031: hue angle of 183.16º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3031 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB304849-
CMYK0.390.0200.81
HSL183.16º24.05%15.49%-
HSV(B)183.16º38.78%19.22%-
XYZ2.152.613.3-
YUV42.73131.54118.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=23.62%
G=37.80%
B=38.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048490.390.0200.81183.1624.0515.49
Hex1E3031272051b718f
Octal36606147201212673017
Binary11110110000110001100111100101000110110111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,49); }

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

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

 a { background-color: rgb(30,48,49); }

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

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

 span { border-color: rgb(30,48,49); }

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