Shades of Swamp #293132
Tints of Swamp #293132
RGB
CMYK
RGB Variations
Color information
#293132 (or 0x293132) is known color: Swamp. HEX triplet: 29, 31 and 32. RGB value is (41,49,50). Sum of RGB (Red+Green+Blue) = 41+49+50=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #293132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293132 is #D6CECD. Grayscale: #2E2E2E. Windows color (decimal): -14077646 or 3289385. OLE color: 3289385.
HSL color Cylindrical-coordinate representation of color #293132: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #293132 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 49 | 50 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.80 |
| HSL | 186.67º | 0.1% | 0.18% | - |
| HSV(B) | 186.67º | 0.18% | 0.2% | - |
| XYZ | 2.59 | 2.9 | 3.44 | - |
| YUV | 46.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 50 | 0.18 | 0.02 | 0 | 0.80 | 186.67 | 0.1 | 0.18 |
| Hex | 29 | 31 | 32 | 12 | 2 | 0 | 50 | BB | A | 12 |
| Octal | 51 | 61 | 62 | 22 | 2 | 0 | 120 | 273 | 12 | 22 |
| Binary | 101001 | 110001 | 110010 | 10010 | 10 | 0 | 1010000 | 10111011 | 1010 | 10010 |
Color Harmonies of #293132
Complementary color
Monochromatic Colors of #293132
Black with #293132
Text Example
Text Example
White with #293132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293132; }
p { color: rgb(41,49,50); }
H1.HeaderClassName
{
color: #293132;
}
.AnyTagClassName
{
color: #293132;
}
</style>
background-color css
<style>
a { background-color: #293132; }
a { background-color: rgb(41,49,50); }
div.DivClassName
{
background-color: #293132;
}
.BgClassName
{
background-color: #293132;
}
</style>
border-color css
<style>
span { border-color: #293132; }
span { border-color: rgb(41,49,50); }
td.TdClassName
{
border-color: #293132;
}
.TagClassName
{
border-color: #293132;
}
</style>