Shades of Swamp #213232
Tints of Swamp #213232
RGB
CMYK
RGB Variations
Color information
#213232 (or 0x213232) is known color: Swamp. HEX triplet: 21, 32 and 32. RGB value is (33,50,50). Sum of RGB (Red+Green+Blue) = 33+50+50=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #213232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213232 is #DECDCD. Grayscale: #2C2C2C. Windows color (decimal): -14601678 or 3289633. OLE color: 3289633.
HSL color Cylindrical-coordinate representation of color #213232: hue angle of 180º 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 #213232 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 50 | - |
| CMYK | 0.34 | 0 | 0 | 0.80 |
| HSL | 180º | 0.2% | 0.16% | - |
| HSV(B) | 180º | 0.34% | 0.2% | - |
| XYZ | 2.34 | 2.83 | 3.44 | - |
| YUV | 44.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 50 | 0.34 | 0 | 0 | 0.80 | 180 | 0.2 | 0.16 |
| Hex | 21 | 32 | 32 | 22 | 0 | 0 | 50 | B4 | 14 | 10 |
| Octal | 41 | 62 | 62 | 42 | 0 | 0 | 120 | 264 | 24 | 20 |
| Binary | 100001 | 110010 | 110010 | 100010 | 0 | 0 | 1010000 | 10110100 | 10100 | 10000 |
Color Harmonies of #213232
Complementary color
Monochromatic Colors of #213232
Black with #213232
Text Example
Text Example
White with #213232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213232; }
p { color: rgb(33,50,50); }
H1.HeaderClassName
{
color: #213232;
}
.AnyTagClassName
{
color: #213232;
}
</style>
background-color css
<style>
a { background-color: #213232; }
a { background-color: rgb(33,50,50); }
div.DivClassName
{
background-color: #213232;
}
.BgClassName
{
background-color: #213232;
}
</style>
border-color css
<style>
span { border-color: #213232; }
span { border-color: rgb(33,50,50); }
td.TdClassName
{
border-color: #213232;
}
.TagClassName
{
border-color: #213232;
}
</style>