Shades of Swamp #1F2F32
Tints of Swamp #1F2F32
RGB
CMYK
RGB Variations
Color information
#1F2F32 (or 0x1F2F32) is known color: Swamp. HEX triplet: 1F, 2F and 32. RGB value is (31,47,50). Sum of RGB (Red+Green+Blue) = 31+47+50=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F32 is #E0D0CD. Grayscale: #2A2A2A. Windows color (decimal): -14733518 or 3288863. OLE color: 3288863.
HSL color Cylindrical-coordinate representation of color #1F2F32: hue angle of 189.47º 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 #1F2F32 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 47 | 50 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.80 |
| HSL | 189.47º | 0.23% | 0.16% | - |
| HSV(B) | 189.47º | 0.38% | 0.2% | - |
| XYZ | 2.16 | 2.55 | 3.4 | - |
| YUV | 42.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 50 | 0.38 | 0.06 | 0 | 0.80 | 189.47 | 0.23 | 0.16 |
| Hex | 1F | 2F | 32 | 26 | 6 | 0 | 50 | BD | 17 | 10 |
| Octal | 37 | 57 | 62 | 46 | 6 | 0 | 120 | 275 | 27 | 20 |
| Binary | 11111 | 101111 | 110010 | 100110 | 110 | 0 | 1010000 | 10111101 | 10111 | 10000 |
Color Harmonies of #1F2F32
Complementary color
Monochromatic Colors of #1F2F32
Black with #1F2F32
Text Example
Text Example
White with #1F2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F32; }
p { color: rgb(31,47,50); }
H1.HeaderClassName
{
color: #1F2F32;
}
.AnyTagClassName
{
color: #1F2F32;
}
</style>
background-color css
<style>
a { background-color: #1F2F32; }
a { background-color: rgb(31,47,50); }
div.DivClassName
{
background-color: #1F2F32;
}
.BgClassName
{
background-color: #1F2F32;
}
</style>
border-color css
<style>
span { border-color: #1F2F32; }
span { border-color: rgb(31,47,50); }
td.TdClassName
{
border-color: #1F2F32;
}
.TagClassName
{
border-color: #1F2F32;
}
</style>