Shades of Swamp #212B2B
Tints of Swamp #212B2B
RGB
CMYK
RGB Variations
Color information
#212B2B (or 0x212B2B) is known color: Swamp. HEX triplet: 21, 2B and 2B. RGB value is (33,43,43). Sum of RGB (Red+Green+Blue) = 33+43+43=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #212B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B2B is #DED4D4. Grayscale: #282828. Windows color (decimal): -14603477 or 2829089. OLE color: 2829089.
HSL color Cylindrical-coordinate representation of color #212B2B: hue angle of 180º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B2B is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 43 | - |
| CMYK | 0.23 | 0 | 0 | 0.83 |
| HSL | 180º | 0.13% | 0.15% | - |
| HSV(B) | 180º | 0.23% | 0.17% | - |
| XYZ | 1.93 | 2.23 | 2.61 | - |
| YUV | 40.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 43 | 0.23 | 0 | 0 | 0.83 | 180 | 0.13 | 0.15 |
| Hex | 21 | 2B | 2B | 17 | 0 | 0 | 53 | B4 | D | F |
| Octal | 41 | 53 | 53 | 27 | 0 | 0 | 123 | 264 | 15 | 17 |
| Binary | 100001 | 101011 | 101011 | 10111 | 0 | 0 | 1010011 | 10110100 | 1101 | 1111 |
Color Harmonies of #212B2B
Complementary color
Monochromatic Colors of #212B2B
Black with #212B2B
Text Example
Text Example
White with #212B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B2B; }
p { color: rgb(33,43,43); }
H1.HeaderClassName
{
color: #212B2B;
}
.AnyTagClassName
{
color: #212B2B;
}
</style>
background-color css
<style>
a { background-color: #212B2B; }
a { background-color: rgb(33,43,43); }
div.DivClassName
{
background-color: #212B2B;
}
.BgClassName
{
background-color: #212B2B;
}
</style>
border-color css
<style>
span { border-color: #212B2B; }
span { border-color: rgb(33,43,43); }
td.TdClassName
{
border-color: #212B2B;
}
.TagClassName
{
border-color: #212B2B;
}
</style>