Shades of Swamp #213032
Tints of Swamp #213032
RGB
CMYK
RGB Variations
Color information
#213032 (or 0x213032) is known color: Swamp. HEX triplet: 21, 30 and 32. RGB value is (33,48,50). Sum of RGB (Red+Green+Blue) = 33+48+50=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #213032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213032 is #DECFCD. Grayscale: #2B2B2B. Windows color (decimal): -14602190 or 3289121. OLE color: 3289121.
HSL color Cylindrical-coordinate representation of color #213032: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213032 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 48 | 50 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.80 |
| HSL | 187.06º | 0.2% | 0.16% | - |
| HSV(B) | 187.06º | 0.34% | 0.2% | - |
| XYZ | 2.26 | 2.67 | 3.41 | - |
| YUV | 43.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 50 | 0.34 | 0.04 | 0 | 0.80 | 187.06 | 0.2 | 0.16 |
| Hex | 21 | 30 | 32 | 22 | 4 | 0 | 50 | BB | 14 | 10 |
| Octal | 41 | 60 | 62 | 42 | 4 | 0 | 120 | 273 | 24 | 20 |
| Binary | 100001 | 110000 | 110010 | 100010 | 100 | 0 | 1010000 | 10111011 | 10100 | 10000 |
Color Harmonies of #213032
Complementary color
Monochromatic Colors of #213032
Black with #213032
Text Example
Text Example
White with #213032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213032; }
p { color: rgb(33,48,50); }
H1.HeaderClassName
{
color: #213032;
}
.AnyTagClassName
{
color: #213032;
}
</style>
background-color css
<style>
a { background-color: #213032; }
a { background-color: rgb(33,48,50); }
div.DivClassName
{
background-color: #213032;
}
.BgClassName
{
background-color: #213032;
}
</style>
border-color css
<style>
span { border-color: #213032; }
span { border-color: rgb(33,48,50); }
td.TdClassName
{
border-color: #213032;
}
.TagClassName
{
border-color: #213032;
}
</style>