Shades of Swamp #1F2829
Tints of Swamp #1F2829
RGB
CMYK
RGB Variations
Color information
#1F2829 (or 0x1F2829) is known color: Swamp. HEX triplet: 1F, 28 and 29. RGB value is (31,40,41). Sum of RGB (Red+Green+Blue) = 31+40+41=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2829 is #E0D7D6. Grayscale: #252525. Windows color (decimal): -14735319 or 2697247. OLE color: 2697247.
HSL color Cylindrical-coordinate representation of color #1F2829: hue angle of 186º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2829 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 41 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.84 |
| HSL | 186º | 0.14% | 0.14% | - |
| HSV(B) | 186º | 0.24% | 0.16% | - |
| XYZ | 1.72 | 1.97 | 2.39 | - |
| YUV | 37.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 41 | 0.24 | 0.02 | 0 | 0.84 | 186 | 0.14 | 0.14 |
| Hex | 1F | 28 | 29 | 18 | 2 | 0 | 54 | BA | E | E |
| Octal | 37 | 50 | 51 | 30 | 2 | 0 | 124 | 272 | 16 | 16 |
| Binary | 11111 | 101000 | 101001 | 11000 | 10 | 0 | 1010100 | 10111010 | 1110 | 1110 |
Color Harmonies of #1F2829
Complementary color
Monochromatic Colors of #1F2829
Black with #1F2829
Text Example
Text Example
White with #1F2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2829; }
p { color: rgb(31,40,41); }
H1.HeaderClassName
{
color: #1F2829;
}
.AnyTagClassName
{
color: #1F2829;
}
</style>
background-color css
<style>
a { background-color: #1F2829; }
a { background-color: rgb(31,40,41); }
div.DivClassName
{
background-color: #1F2829;
}
.BgClassName
{
background-color: #1F2829;
}
</style>
border-color css
<style>
span { border-color: #1F2829; }
span { border-color: rgb(31,40,41); }
td.TdClassName
{
border-color: #1F2829;
}
.TagClassName
{
border-color: #1F2829;
}
</style>