#1E3131

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

Shades of Swamp #1E3131

Tints of Swamp #1E3131

Color information

#1E3131 (or 0x1E3131) is unknown color: approx Swamp. HEX triplet: 1E, 31 and 31. RGB value is (30,49,49). Sum of RGB (Red+Green+Blue) = 30+49+49=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #1E3131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3131 is #E1CECE. Grayscale: #2B2B2B. Windows color (decimal): -14798543 or 3223838. OLE color: 3223838.

HSL color Cylindrical-coordinate representation of color #1E3131: hue angle of 180º 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 #1E3131 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB304949-
CMYK0.39000.81
HSL180º24.05%15.49%-
HSV(B)180º38.78%19.22%-
XYZ2.192.693.31-
YUV43.32131.21118.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=23.44%
G=38.28%
B=38.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049490.39000.8118024.0515.49
Hex1E3131270051b418f
Octal36616147001212643017
Binary1111011000111000110011100101000110110100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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