Shades of Swamp #1F2F31
Tints of Swamp #1F2F31
RGB
CMYK
RGB Variations
Color information
#1F2F31 (or 0x1F2F31) is known color: Swamp. HEX triplet: 1F, 2F and 31. RGB value is (31,47,49). Sum of RGB (Red+Green+Blue) = 31+47+49=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F31 is #E0D0CE. Grayscale: #2A2A2A. Windows color (decimal): -14733519 or 3223327. OLE color: 3223327.
HSL color Cylindrical-coordinate representation of color #1F2F31: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F2F31 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 47 | 49 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.81 |
| HSL | 186.67º | 0.23% | 0.16% | - |
| HSV(B) | 186.67º | 0.37% | 0.19% | - |
| XYZ | 2.14 | 2.55 | 3.28 | - |
| YUV | 42.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 49 | 0.37 | 0.04 | 0 | 0.81 | 186.67 | 0.23 | 0.16 |
| Hex | 1F | 2F | 31 | 25 | 4 | 0 | 51 | BB | 16 | 10 |
| Octal | 37 | 57 | 61 | 45 | 4 | 0 | 121 | 273 | 26 | 20 |
| Binary | 11111 | 101111 | 110001 | 100101 | 100 | 0 | 1010001 | 10111011 | 10110 | 10000 |
Color Harmonies of #1F2F31
Complementary color
Monochromatic Colors of #1F2F31
Black with #1F2F31
Text Example
Text Example
White with #1F2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F31; }
p { color: rgb(31,47,49); }
H1.HeaderClassName
{
color: #1F2F31;
}
.AnyTagClassName
{
color: #1F2F31;
}
</style>
background-color css
<style>
a { background-color: #1F2F31; }
a { background-color: rgb(31,47,49); }
div.DivClassName
{
background-color: #1F2F31;
}
.BgClassName
{
background-color: #1F2F31;
}
</style>
border-color css
<style>
span { border-color: #1F2F31; }
span { border-color: rgb(31,47,49); }
td.TdClassName
{
border-color: #1F2F31;
}
.TagClassName
{
border-color: #1F2F31;
}
</style>