Shades of Swamp #1F2222
Tints of Swamp #1F2222
RGB
CMYK
RGB Variations
Color information
#1F2222 (or 0x1F2222) is known color: Swamp. HEX triplet: 1F, 22 and 22. RGB value is (31,34,34). Sum of RGB (Red+Green+Blue) = 31+34+34=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 34 - color contains mainly: green, blue. Hex color #1F2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2222 is #E0DDDD. Grayscale: #212121. Windows color (decimal): -14736862 or 2236959. OLE color: 2236959.
HSL color Cylindrical-coordinate representation of color #1F2222: hue angle of 180º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1F2222 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 34 | - |
| CMYK | 0.09 | 0 | 0 | 0.87 |
| HSL | 180º | 0.05% | 0.13% | - |
| HSV(B) | 180º | 0.09% | 0.13% | - |
| XYZ | 1.43 | 1.55 | 1.74 | - |
| YUV | 33.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 34 | 0.09 | 0 | 0 | 0.87 | 180 | 0.05 | 0.13 |
| Hex | 1F | 22 | 22 | 9 | 0 | 0 | 57 | B4 | 5 | D |
| Octal | 37 | 42 | 42 | 11 | 0 | 0 | 127 | 264 | 5 | 15 |
| Binary | 11111 | 100010 | 100010 | 1001 | 0 | 0 | 1010111 | 10110100 | 101 | 1101 |
Color Harmonies of #1F2222
Complementary color
Monochromatic Colors of #1F2222
Black with #1F2222
Text Example
Text Example
White with #1F2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2222; }
p { color: rgb(31,34,34); }
H1.HeaderClassName
{
color: #1F2222;
}
.AnyTagClassName
{
color: #1F2222;
}
</style>
background-color css
<style>
a { background-color: #1F2222; }
a { background-color: rgb(31,34,34); }
div.DivClassName
{
background-color: #1F2222;
}
.BgClassName
{
background-color: #1F2222;
}
</style>
border-color css
<style>
span { border-color: #1F2222; }
span { border-color: rgb(31,34,34); }
td.TdClassName
{
border-color: #1F2222;
}
.TagClassName
{
border-color: #1F2222;
}
</style>