Shades of Swamp #111E1F
Tints of Swamp #111E1F
RGB
CMYK
RGB Variations
Color information
#111E1F (or 0x111E1F) is known color: Swamp. HEX triplet: 11, 1E and 1F. RGB value is (17,30,31). Sum of RGB (Red+Green+Blue) = 17+30+31=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #111E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1F is #EEE1E0. Grayscale: #1A1A1A. Windows color (decimal): -15655393 or 2039313. OLE color: 2039313.
HSL color Cylindrical-coordinate representation of color #111E1F: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111E1F is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 31 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.88 |
| HSL | 184.29º | 0.29% | 0.09% | - |
| HSV(B) | 184.29º | 0.45% | 0.12% | - |
| XYZ | 0.94 | 1.15 | 1.47 | - |
| YUV | 26.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 31 | 0.45 | 0.03 | 0 | 0.88 | 184.29 | 0.29 | 0.09 |
| Hex | 11 | 1E | 1F | 2D | 3 | 0 | 58 | B8 | 1D | 9 |
| Octal | 21 | 36 | 37 | 55 | 3 | 0 | 130 | 270 | 35 | 11 |
| Binary | 10001 | 11110 | 11111 | 101101 | 11 | 0 | 1011000 | 10111000 | 11101 | 1001 |
Color Harmonies of #111E1F
Complementary color
Monochromatic Colors of #111E1F
Black with #111E1F
Text Example
Text Example
White with #111E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E1F; }
p { color: rgb(17,30,31); }
H1.HeaderClassName
{
color: #111E1F;
}
.AnyTagClassName
{
color: #111E1F;
}
</style>
background-color css
<style>
a { background-color: #111E1F; }
a { background-color: rgb(17,30,31); }
div.DivClassName
{
background-color: #111E1F;
}
.BgClassName
{
background-color: #111E1F;
}
</style>
border-color css
<style>
span { border-color: #111E1F; }
span { border-color: rgb(17,30,31); }
td.TdClassName
{
border-color: #111E1F;
}
.TagClassName
{
border-color: #111E1F;
}
</style>