Shades of Swamp #202F31
Tints of Swamp #202F31
RGB
CMYK
RGB Variations
Color information
#202F31 (or 0x202F31) is known color: Swamp. HEX triplet: 20, 2F and 31. RGB value is (32,47,49). Sum of RGB (Red+Green+Blue) = 32+47+49=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #202F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F31 is #DFD0CE. Grayscale: #2A2A2A. Windows color (decimal): -14667983 or 3223328. OLE color: 3223328.
HSL color Cylindrical-coordinate representation of color #202F31: hue angle of 187.06º 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 #202F31 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 47 | 49 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.81 |
| HSL | 187.06º | 0.21% | 0.16% | - |
| HSV(B) | 187.06º | 0.35% | 0.19% | - |
| XYZ | 2.17 | 2.56 | 3.29 | - |
| YUV | 42.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 49 | 0.35 | 0.04 | 0 | 0.81 | 187.06 | 0.21 | 0.16 |
| Hex | 20 | 2F | 31 | 23 | 4 | 0 | 51 | BB | 15 | 10 |
| Octal | 40 | 57 | 61 | 43 | 4 | 0 | 121 | 273 | 25 | 20 |
| Binary | 100000 | 101111 | 110001 | 100011 | 100 | 0 | 1010001 | 10111011 | 10101 | 10000 |
Color Harmonies of #202F31
Complementary color
Monochromatic Colors of #202F31
Black with #202F31
Text Example
Text Example
White with #202F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F31; }
p { color: rgb(32,47,49); }
H1.HeaderClassName
{
color: #202F31;
}
.AnyTagClassName
{
color: #202F31;
}
</style>
background-color css
<style>
a { background-color: #202F31; }
a { background-color: rgb(32,47,49); }
div.DivClassName
{
background-color: #202F31;
}
.BgClassName
{
background-color: #202F31;
}
</style>
border-color css
<style>
span { border-color: #202F31; }
span { border-color: rgb(32,47,49); }
td.TdClassName
{
border-color: #202F31;
}
.TagClassName
{
border-color: #202F31;
}
</style>