#203131

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

Shades of Swamp #203131

Tints of Swamp #203131

Color information

#203131 (or 0x203131) is unknown color: approx Swamp. HEX triplet: 20, 31 and 31. RGB value is (32,49,49). Sum of RGB (Red+Green+Blue) = 32+49+49=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #203131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203131 is #DFCECE. Grayscale: #2B2B2B. Windows color (decimal): -14667471 or 3223840. OLE color: 3223840.

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

Color convert

RGB324949-
CMYK0.35000.81
HSL180º20.99%15.88%-
HSV(B)180º34.69%19.22%-
XYZ2.252.733.31-
YUV43.92130.87119.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=24.62%
G=37.69%
B=37.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249490.35000.8118020.9915.88
Hex203131230051b41510
Octal40616143001212642520
Binary100000110001110001100011001010001101101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203131; }

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

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

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

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

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

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

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

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