#293131

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

Shades of Swamp #293131

Tints of Swamp #293131

Color information

#293131 (or 0x293131) is unknown color: approx Swamp. HEX triplet: 29, 31 and 31. RGB value is (41,49,49). Sum of RGB (Red+Green+Blue) = 41+49+49=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #293131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293131 is #D6CECE. Grayscale: #2E2E2E. Windows color (decimal): -14077647 or 3223849. OLE color: 3223849.

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

Color convert

RGB414949-
CMYK0.16000.81
HSL180º8.89%17.65%-
HSV(B)180º16.33%19.22%-
XYZ2.572.893.33-
YUV46.61129.35124-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=29.50%
G=35.25%
B=35.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149490.16000.811808.8917.65
Hex293131100051b4912
Octal51616120001212641122
Binary1010011100011100011000000101000110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293131; }

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

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

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

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

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

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

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

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