Shades of Swamp #1F3231
Tints of Swamp #1F3231
RGB
CMYK
RGB Variations
Color information
#1F3231 (or 0x1F3231) is known color: Swamp. HEX triplet: 1F, 32 and 31. RGB value is (31,50,49). Sum of RGB (Red+Green+Blue) = 31+50+49=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3231 is #E0CDCE. Grayscale: #2C2C2C. Windows color (decimal): -14732751 or 3224095. OLE color: 3224095.
HSL color Cylindrical-coordinate representation of color #1F3231: hue angle of 176.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F3231 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 49 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.80 |
| HSL | 176.84º | 0.23% | 0.16% | - |
| HSV(B) | 176.84º | 0.38% | 0.2% | - |
| XYZ | 2.26 | 2.79 | 3.33 | - |
| YUV | 44.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 49 | 0.38 | 0 | 0.02 | 0.80 | 176.84 | 0.23 | 0.16 |
| Hex | 1F | 32 | 31 | 26 | 0 | 2 | 50 | B1 | 17 | 10 |
| Octal | 37 | 62 | 61 | 46 | 0 | 2 | 120 | 261 | 27 | 20 |
| Binary | 11111 | 110010 | 110001 | 100110 | 0 | 10 | 1010000 | 10110001 | 10111 | 10000 |
Color Harmonies of #1F3231
Complementary color
Monochromatic Colors of #1F3231
Black with #1F3231
Text Example
Text Example
White with #1F3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3231; }
p { color: rgb(31,50,49); }
H1.HeaderClassName
{
color: #1F3231;
}
.AnyTagClassName
{
color: #1F3231;
}
</style>
background-color css
<style>
a { background-color: #1F3231; }
a { background-color: rgb(31,50,49); }
div.DivClassName
{
background-color: #1F3231;
}
.BgClassName
{
background-color: #1F3231;
}
</style>
border-color css
<style>
span { border-color: #1F3231; }
span { border-color: rgb(31,50,49); }
td.TdClassName
{
border-color: #1F3231;
}
.TagClassName
{
border-color: #1F3231;
}
</style>