Shades of Swamp #203131
Tints of Swamp #203131
RGB
CMYK
RGB Variations
Color information
#203131 (or 0x203131) is known color: 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
| RGB | 32 | 49 | 49 | - |
| CMYK | 0.35 | 0 | 0 | 0.81 |
| HSL | 180º | 0.21% | 0.16% | - |
| HSV(B) | 180º | 0.35% | 0.19% | - |
| XYZ | 2.25 | 2.73 | 3.31 | - |
| YUV | 43.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 49 | 0.35 | 0 | 0 | 0.81 | 180 | 0.21 | 0.16 |
| Hex | 20 | 31 | 31 | 23 | 0 | 0 | 51 | B4 | 15 | 10 |
| Octal | 40 | 61 | 61 | 43 | 0 | 0 | 121 | 264 | 25 | 20 |
| Binary | 100000 | 110001 | 110001 | 100011 | 0 | 0 | 1010001 | 10110100 | 10101 | 10000 |
Color Harmonies of #203131
Complementary color
Monochromatic Colors of #203131
Black with #203131
Text Example
Text Example
White with #203131
Text Example
Text Example
HTML Codes & Css Web 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>