Shades of Swamp #1F2121
Tints of Swamp #1F2121
RGB
CMYK
RGB Variations
Color information
#1F2121 (or 0x1F2121) is known color: Swamp. HEX triplet: 1F, 21 and 21. RGB value is (31,33,33). Sum of RGB (Red+Green+Blue) = 31+33+33=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #1F2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2121 is #E0DEDE. Grayscale: #202020. Windows color (decimal): -14737119 or 2171167. OLE color: 2171167.
HSL color Cylindrical-coordinate representation of color #1F2121: hue angle of 180º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1F2121 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 33 | 33 | - |
| CMYK | 0.06 | 0 | 0 | 0.87 |
| HSL | 180º | 0.03% | 0.13% | - |
| HSV(B) | 180º | 0.06% | 0.13% | - |
| XYZ | 1.38 | 1.49 | 1.65 | - |
| YUV | 32.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 33 | 0.06 | 0 | 0 | 0.87 | 180 | 0.03 | 0.13 |
| Hex | 1F | 21 | 21 | 6 | 0 | 0 | 57 | B4 | 3 | D |
| Octal | 37 | 41 | 41 | 6 | 0 | 0 | 127 | 264 | 3 | 15 |
| Binary | 11111 | 100001 | 100001 | 110 | 0 | 0 | 1010111 | 10110100 | 11 | 1101 |
Color Harmonies of #1F2121
Complementary color
Monochromatic Colors of #1F2121
Black with #1F2121
Text Example
Text Example
White with #1F2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2121; }
p { color: rgb(31,33,33); }
H1.HeaderClassName
{
color: #1F2121;
}
.AnyTagClassName
{
color: #1F2121;
}
</style>
background-color css
<style>
a { background-color: #1F2121; }
a { background-color: rgb(31,33,33); }
div.DivClassName
{
background-color: #1F2121;
}
.BgClassName
{
background-color: #1F2121;
}
</style>
border-color css
<style>
span { border-color: #1F2121; }
span { border-color: rgb(31,33,33); }
td.TdClassName
{
border-color: #1F2121;
}
.TagClassName
{
border-color: #1F2121;
}
</style>