#213131

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

Shades of Swamp #213131

Tints of Swamp #213131

Color information

#213131 (or 0x213131) is unknown color: approx Swamp. HEX triplet: 21, 31 and 31. RGB value is (33,49,49). Sum of RGB (Red+Green+Blue) = 33+49+49=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #213131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213131 is #DECECE. Grayscale: #2C2C2C. Windows color (decimal): -14601935 or 3223841. OLE color: 3223841.

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

Color convert

RGB334949-
CMYK0.33000.81
HSL180º19.51%16.08%-
HSV(B)180º32.65%19.22%-
XYZ2.282.743.31-
YUV44.22130.7120-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=25.19%
G=37.40%
B=37.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349490.33000.8118019.5116.08
Hex213131210051b41410
Octal41616141001212642420
Binary100001110001110001100001001010001101101001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213131; }

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

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

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

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

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

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

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

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