Shades of Swamp #213334
Tints of Swamp #213334
RGB
CMYK
RGB Variations
Color information
#213334 (or 0x213334) is known color: Swamp. HEX triplet: 21, 33 and 34. RGB value is (33,51,52). Sum of RGB (Red+Green+Blue) = 33+51+52=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #213334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213334 is #DECCCB. Grayscale: #2D2D2D. Windows color (decimal): -14601420 or 3420961. OLE color: 3420961.
HSL color Cylindrical-coordinate representation of color #213334: hue angle of 183.16º 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 #213334 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 51 | 52 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.80 |
| HSL | 183.16º | 0.22% | 0.17% | - |
| HSV(B) | 183.16º | 0.37% | 0.2% | - |
| XYZ | 2.43 | 2.94 | 3.69 | - |
| YUV | 45.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 52 | 0.37 | 0.02 | 0 | 0.80 | 183.16 | 0.22 | 0.17 |
| Hex | 21 | 33 | 34 | 25 | 2 | 0 | 50 | B7 | 16 | 11 |
| Octal | 41 | 63 | 64 | 45 | 2 | 0 | 120 | 267 | 26 | 21 |
| Binary | 100001 | 110011 | 110100 | 100101 | 10 | 0 | 1010000 | 10110111 | 10110 | 10001 |
Color Harmonies of #213334
Complementary color
Monochromatic Colors of #213334
Black with #213334
Text Example
Text Example
White with #213334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213334; }
p { color: rgb(33,51,52); }
H1.HeaderClassName
{
color: #213334;
}
.AnyTagClassName
{
color: #213334;
}
</style>
background-color css
<style>
a { background-color: #213334; }
a { background-color: rgb(33,51,52); }
div.DivClassName
{
background-color: #213334;
}
.BgClassName
{
background-color: #213334;
}
</style>
border-color css
<style>
span { border-color: #213334; }
span { border-color: rgb(33,51,52); }
td.TdClassName
{
border-color: #213334;
}
.TagClassName
{
border-color: #213334;
}
</style>