Shades of Swamp #111D1D
Tints of Swamp #111D1D
RGB
CMYK
RGB Variations
Color information
#111D1D (or 0x111D1D) is known color: Swamp. HEX triplet: 11, 1D and 1D. RGB value is (17,29,29). Sum of RGB (Red+Green+Blue) = 17+29+29=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #111D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1D is #EEE2E2. Grayscale: #191919. Windows color (decimal): -15655651 or 1907985. OLE color: 1907985.
HSL color Cylindrical-coordinate representation of color #111D1D: hue angle of 180º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111D1D is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 29 | - |
| CMYK | 0.41 | 0 | 0 | 0.89 |
| HSL | 180º | 0.26% | 0.09% | - |
| HSV(B) | 180º | 0.41% | 0.11% | - |
| XYZ | 0.89 | 1.09 | 1.33 | - |
| YUV | 25.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 29 | 0.41 | 0 | 0 | 0.89 | 180 | 0.26 | 0.09 |
| Hex | 11 | 1D | 1D | 29 | 0 | 0 | 59 | B4 | 1A | 9 |
| Octal | 21 | 35 | 35 | 51 | 0 | 0 | 131 | 264 | 32 | 11 |
| Binary | 10001 | 11101 | 11101 | 101001 | 0 | 0 | 1011001 | 10110100 | 11010 | 1001 |
Color Harmonies of #111D1D
Complementary color
Monochromatic Colors of #111D1D
Black with #111D1D
Text Example
Text Example
White with #111D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D1D; }
p { color: rgb(17,29,29); }
H1.HeaderClassName
{
color: #111D1D;
}
.AnyTagClassName
{
color: #111D1D;
}
</style>
background-color css
<style>
a { background-color: #111D1D; }
a { background-color: rgb(17,29,29); }
div.DivClassName
{
background-color: #111D1D;
}
.BgClassName
{
background-color: #111D1D;
}
</style>
border-color css
<style>
span { border-color: #111D1D; }
span { border-color: rgb(17,29,29); }
td.TdClassName
{
border-color: #111D1D;
}
.TagClassName
{
border-color: #111D1D;
}
</style>