Html Css Color HEX #293131 Swamp

📋 copy color: '#293131'

red 41 ◦ green 49 ◦ blue 49

#293131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #293131

Tints of Swamp #293131

RGB

 RED value IS 41 (16.41% from 255) = 29.5%

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 29.5%
G = 35.25%
B = 35.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#293131 (or 0x293131) is known color: 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

RGB 41 49 49 -
CMYK 0.16 0 0 0.81
HSL 180º 0.09% 0.18% -
HSV(B) 180º 0.16% 0.19% -
XYZ 2.57 2.89 3.33 -
YUV 46.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 41 49 49 0.16 0 0 0.81 180 0.09 0.18
Hex 29 31 31 10 0 0 51 B4 9 12
Octal 51 61 61 20 0 0 121 264 11 22
Binary 101001 110001 110001 10000 0 0 1010001 10110100 1001 10010

Color Harmonies of #293131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293131

Black with #293131

Text Example


Text Example

White with #293131

Text Example


Text Example

HTML Codes & Css Web 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>