Shades of Swamp #202E31
Tints of Swamp #202E31
RGB
CMYK
RGB Variations
Color information
#202E31 (or 0x202E31) is known color: Swamp. HEX triplet: 20, 2E and 31. RGB value is (32,46,49). Sum of RGB (Red+Green+Blue) = 32+46+49=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #202E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E31 is #DFD1CE. Grayscale: #2A2A2A. Windows color (decimal): -14668239 or 3223072. OLE color: 3223072.
HSL color Cylindrical-coordinate representation of color #202E31: hue angle of 190.59º 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 #202E31 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 46 | 49 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.81 |
| HSL | 190.59º | 0.21% | 0.16% | - |
| HSV(B) | 190.59º | 0.35% | 0.19% | - |
| XYZ | 2.13 | 2.48 | 3.27 | - |
| YUV | 42.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 49 | 0.35 | 0.06 | 0 | 0.81 | 190.59 | 0.21 | 0.16 |
| Hex | 20 | 2E | 31 | 23 | 6 | 0 | 51 | BF | 15 | 10 |
| Octal | 40 | 56 | 61 | 43 | 6 | 0 | 121 | 277 | 25 | 20 |
| Binary | 100000 | 101110 | 110001 | 100011 | 110 | 0 | 1010001 | 10111111 | 10101 | 10000 |
Color Harmonies of #202E31
Complementary color
Monochromatic Colors of #202E31
Black with #202E31
Text Example
Text Example
White with #202E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E31; }
p { color: rgb(32,46,49); }
H1.HeaderClassName
{
color: #202E31;
}
.AnyTagClassName
{
color: #202E31;
}
</style>
background-color css
<style>
a { background-color: #202E31; }
a { background-color: rgb(32,46,49); }
div.DivClassName
{
background-color: #202E31;
}
.BgClassName
{
background-color: #202E31;
}
</style>
border-color css
<style>
span { border-color: #202E31; }
span { border-color: rgb(32,46,49); }
td.TdClassName
{
border-color: #202E31;
}
.TagClassName
{
border-color: #202E31;
}
</style>