Shades of Swamp #213433
Tints of Swamp #213433
RGB
CMYK
RGB Variations
Color information
#213433 (or 0x213433) is known color: Swamp. HEX triplet: 21, 34 and 33. RGB value is (33,52,51). Sum of RGB (Red+Green+Blue) = 33+52+51=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #213433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213433 is #DECBCC. Grayscale: #2E2E2E. Windows color (decimal): -14601165 or 3355681. OLE color: 3355681.
HSL color Cylindrical-coordinate representation of color #213433: hue angle of 176.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213433 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 51 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.80 |
| HSL | 176.84º | 0.22% | 0.17% | - |
| HSV(B) | 176.84º | 0.37% | 0.2% | - |
| XYZ | 2.45 | 3.02 | 3.59 | - |
| YUV | 46.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 51 | 0.37 | 0 | 0.02 | 0.80 | 176.84 | 0.22 | 0.17 |
| Hex | 21 | 34 | 33 | 25 | 0 | 2 | 50 | B1 | 16 | 11 |
| Octal | 41 | 64 | 63 | 45 | 0 | 2 | 120 | 261 | 26 | 21 |
| Binary | 100001 | 110100 | 110011 | 100101 | 0 | 10 | 1010000 | 10110001 | 10110 | 10001 |
Color Harmonies of #213433
Complementary color
Monochromatic Colors of #213433
Black with #213433
Text Example
Text Example
White with #213433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213433; }
p { color: rgb(33,52,51); }
H1.HeaderClassName
{
color: #213433;
}
.AnyTagClassName
{
color: #213433;
}
</style>
background-color css
<style>
a { background-color: #213433; }
a { background-color: rgb(33,52,51); }
div.DivClassName
{
background-color: #213433;
}
.BgClassName
{
background-color: #213433;
}
</style>
border-color css
<style>
span { border-color: #213433; }
span { border-color: rgb(33,52,51); }
td.TdClassName
{
border-color: #213433;
}
.TagClassName
{
border-color: #213433;
}
</style>