Shades of Swamp #1F312F
Tints of Swamp #1F312F
RGB
CMYK
RGB Variations
Color information
#1F312F (or 0x1F312F) is known color: Swamp. HEX triplet: 1F, 31 and 2F. RGB value is (31,49,47). Sum of RGB (Red+Green+Blue) = 31+49+47=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #1F312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F312F is #E0CED0. Grayscale: #2B2B2B. Windows color (decimal): -14733009 or 3092767. OLE color: 3092767.
HSL color Cylindrical-coordinate representation of color #1F312F: hue angle of 173.33º 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 #1F312F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 47 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.81 |
| HSL | 173.33º | 0.23% | 0.16% | - |
| HSV(B) | 173.33º | 0.37% | 0.19% | - |
| XYZ | 2.18 | 2.69 | 3.09 | - |
| YUV | 43.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 47 | 0.37 | 0 | 0.04 | 0.81 | 173.33 | 0.23 | 0.16 |
| Hex | 1F | 31 | 2F | 25 | 0 | 4 | 51 | AD | 16 | 10 |
| Octal | 37 | 61 | 57 | 45 | 0 | 4 | 121 | 255 | 26 | 20 |
| Binary | 11111 | 110001 | 101111 | 100101 | 0 | 100 | 1010001 | 10101101 | 10110 | 10000 |
Color Harmonies of #1F312F
Complementary color
Monochromatic Colors of #1F312F
Black with #1F312F
Text Example
Text Example
White with #1F312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F312F; }
p { color: rgb(31,49,47); }
H1.HeaderClassName
{
color: #1F312F;
}
.AnyTagClassName
{
color: #1F312F;
}
</style>
background-color css
<style>
a { background-color: #1F312F; }
a { background-color: rgb(31,49,47); }
div.DivClassName
{
background-color: #1F312F;
}
.BgClassName
{
background-color: #1F312F;
}
</style>
border-color css
<style>
span { border-color: #1F312F; }
span { border-color: rgb(31,49,47); }
td.TdClassName
{
border-color: #1F312F;
}
.TagClassName
{
border-color: #1F312F;
}
</style>