#143131

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

Shades of Swamp #143131

Tints of Swamp #143131

Color information

#143131 (or 0x143131) is unknown color: approx Swamp. HEX triplet: 14, 31 and 31. RGB value is (20,49,49). Sum of RGB (Red+Green+Blue) = 20+49+49=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #143131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143131 is #EBCECE. Grayscale: #282828. Windows color (decimal): -15453903 or 3223828. OLE color: 3223828.

HSL color Cylindrical-coordinate representation of color #143131: hue angle of 180º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143131 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204949-
CMYK0.59000.81
HSL180º42.03%13.53%-
HSV(B)180º59.18%19.22%-
XYZ1.942.573.3-
YUV40.33132.89113.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=16.95%
G=41.53%
B=41.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049490.59000.8118042.0313.53
Hex1431313B0051b42ae
Octal24616173001212645216
Binary10100110001110001111011001010001101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143131; }

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

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

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

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

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

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

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

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