Shades of Swamp #212727
Tints of Swamp #212727
RGB
CMYK
RGB Variations
Color information
#212727 (or 0x212727) is known color: Swamp. HEX triplet: 21, 27 and 27. RGB value is (33,39,39). Sum of RGB (Red+Green+Blue) = 33+39+39=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #212727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212727 is #DED8D8. Grayscale: #252525. Windows color (decimal): -14604505 or 2565921. OLE color: 2565921.
HSL color Cylindrical-coordinate representation of color #212727: hue angle of 180º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212727 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 39 | 39 | - |
| CMYK | 0.15 | 0 | 0 | 0.85 |
| HSL | 180º | 0.08% | 0.14% | - |
| HSV(B) | 180º | 0.15% | 0.15% | - |
| XYZ | 1.72 | 1.92 | 2.2 | - |
| YUV | 37.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 39 | 0.15 | 0 | 0 | 0.85 | 180 | 0.08 | 0.14 |
| Hex | 21 | 27 | 27 | F | 0 | 0 | 55 | B4 | 8 | E |
| Octal | 41 | 47 | 47 | 17 | 0 | 0 | 125 | 264 | 10 | 16 |
| Binary | 100001 | 100111 | 100111 | 1111 | 0 | 0 | 1010101 | 10110100 | 1000 | 1110 |
Color Harmonies of #212727
Complementary color
Monochromatic Colors of #212727
Black with #212727
Text Example
Text Example
White with #212727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212727; }
p { color: rgb(33,39,39); }
H1.HeaderClassName
{
color: #212727;
}
.AnyTagClassName
{
color: #212727;
}
</style>
background-color css
<style>
a { background-color: #212727; }
a { background-color: rgb(33,39,39); }
div.DivClassName
{
background-color: #212727;
}
.BgClassName
{
background-color: #212727;
}
</style>
border-color css
<style>
span { border-color: #212727; }
span { border-color: rgb(33,39,39); }
td.TdClassName
{
border-color: #212727;
}
.TagClassName
{
border-color: #212727;
}
</style>