Shades of Swamp #213434
Tints of Swamp #213434
RGB
CMYK
RGB Variations
Color information
#213434 (or 0x213434) is known color: Swamp. HEX triplet: 21, 34 and 34. RGB value is (33,52,52). Sum of RGB (Red+Green+Blue) = 33+52+52=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #213434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213434 is #DECBCB. Grayscale: #2E2E2E. Windows color (decimal): -14601164 or 3421217. OLE color: 3421217.
HSL color Cylindrical-coordinate representation of color #213434: hue angle of 180º 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 #213434 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 52 | - |
| CMYK | 0.37 | 0 | 0 | 0.80 |
| HSL | 180º | 0.22% | 0.17% | - |
| HSV(B) | 180º | 0.37% | 0.2% | - |
| XYZ | 2.48 | 3.03 | 3.7 | - |
| YUV | 46.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 52 | 0.37 | 0 | 0 | 0.80 | 180 | 0.22 | 0.17 |
| Hex | 21 | 34 | 34 | 25 | 0 | 0 | 50 | B4 | 16 | 11 |
| Octal | 41 | 64 | 64 | 45 | 0 | 0 | 120 | 264 | 26 | 21 |
| Binary | 100001 | 110100 | 110100 | 100101 | 0 | 0 | 1010000 | 10110100 | 10110 | 10001 |
Color Harmonies of #213434
Complementary color
Monochromatic Colors of #213434
Black with #213434
Text Example
Text Example
White with #213434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213434; }
p { color: rgb(33,52,52); }
H1.HeaderClassName
{
color: #213434;
}
.AnyTagClassName
{
color: #213434;
}
</style>
background-color css
<style>
a { background-color: #213434; }
a { background-color: rgb(33,52,52); }
div.DivClassName
{
background-color: #213434;
}
.BgClassName
{
background-color: #213434;
}
</style>
border-color css
<style>
span { border-color: #213434; }
span { border-color: rgb(33,52,52); }
td.TdClassName
{
border-color: #213434;
}
.TagClassName
{
border-color: #213434;
}
</style>