Shades of Swamp #213131
Tints of Swamp #213131
RGB
CMYK
RGB Variations
Color information
#213131 (or 0x213131) is known color: Swamp. HEX triplet: 21, 31 and 31. RGB value is (33,49,49). Sum of RGB (Red+Green+Blue) = 33+49+49=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #213131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213131 is #DECECE. Grayscale: #2C2C2C. Windows color (decimal): -14601935 or 3223841. OLE color: 3223841.
HSL color Cylindrical-coordinate representation of color #213131: hue angle of 180º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #213131 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 49 | - |
| CMYK | 0.33 | 0 | 0 | 0.81 |
| HSL | 180º | 0.2% | 0.16% | - |
| HSV(B) | 180º | 0.33% | 0.19% | - |
| XYZ | 2.28 | 2.74 | 3.31 | - |
| YUV | 44.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 49 | 0.33 | 0 | 0 | 0.81 | 180 | 0.2 | 0.16 |
| Hex | 21 | 31 | 31 | 21 | 0 | 0 | 51 | B4 | 14 | 10 |
| Octal | 41 | 61 | 61 | 41 | 0 | 0 | 121 | 264 | 24 | 20 |
| Binary | 100001 | 110001 | 110001 | 100001 | 0 | 0 | 1010001 | 10110100 | 10100 | 10000 |
Color Harmonies of #213131
Complementary color
Monochromatic Colors of #213131
Black with #213131
Text Example
Text Example
White with #213131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213131; }
p { color: rgb(33,49,49); }
H1.HeaderClassName
{
color: #213131;
}
.AnyTagClassName
{
color: #213131;
}
</style>
background-color css
<style>
a { background-color: #213131; }
a { background-color: rgb(33,49,49); }
div.DivClassName
{
background-color: #213131;
}
.BgClassName
{
background-color: #213131;
}
</style>
border-color css
<style>
span { border-color: #213131; }
span { border-color: rgb(33,49,49); }
td.TdClassName
{
border-color: #213131;
}
.TagClassName
{
border-color: #213131;
}
</style>