Shades of Swamp #212B2D
Tints of Swamp #212B2D
RGB
CMYK
RGB Variations
Color information
#212B2D (or 0x212B2D) is known color: Swamp. HEX triplet: 21, 2B and 2D. RGB value is (33,43,45). Sum of RGB (Red+Green+Blue) = 33+43+45=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #212B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B2D is #DED4D2. Grayscale: #282828. Windows color (decimal): -14603475 or 2960161. OLE color: 2960161.
HSL color Cylindrical-coordinate representation of color #212B2D: hue angle of 190º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212B2D is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 43 | 45 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.82 |
| HSL | 190º | 0.15% | 0.15% | - |
| HSV(B) | 190º | 0.27% | 0.18% | - |
| XYZ | 1.96 | 2.24 | 2.81 | - |
| YUV | 40.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 45 | 0.27 | 0.04 | 0 | 0.82 | 190 | 0.15 | 0.15 |
| Hex | 21 | 2B | 2D | 1B | 4 | 0 | 52 | BE | F | F |
| Octal | 41 | 53 | 55 | 33 | 4 | 0 | 122 | 276 | 17 | 17 |
| Binary | 100001 | 101011 | 101101 | 11011 | 100 | 0 | 1010010 | 10111110 | 1111 | 1111 |
Color Harmonies of #212B2D
Complementary color
Monochromatic Colors of #212B2D
Black with #212B2D
Text Example
Text Example
White with #212B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B2D; }
p { color: rgb(33,43,45); }
H1.HeaderClassName
{
color: #212B2D;
}
.AnyTagClassName
{
color: #212B2D;
}
</style>
background-color css
<style>
a { background-color: #212B2D; }
a { background-color: rgb(33,43,45); }
div.DivClassName
{
background-color: #212B2D;
}
.BgClassName
{
background-color: #212B2D;
}
</style>
border-color css
<style>
span { border-color: #212B2D; }
span { border-color: rgb(33,43,45); }
td.TdClassName
{
border-color: #212B2D;
}
.TagClassName
{
border-color: #212B2D;
}
</style>