Shades of Swamp #111313
Tints of Swamp #111313
RGB
CMYK
RGB Variations
Color information
#111313 (or 0x111313) is known color: Swamp. HEX triplet: 11, 13 and 13. RGB value is (17,19,19). Sum of RGB (Red+Green+Blue) = 17+19+19=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #111313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111313 is #EEECEC. Grayscale: #121212. Windows color (decimal): -15658221 or 1250065. OLE color: 1250065.
HSL color Cylindrical-coordinate representation of color #111313: hue angle of 180º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111313 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 19 | 19 | - |
| CMYK | 0.11 | 0 | 0 | 0.93 |
| HSL | 180º | 0.06% | 0.07% | - |
| HSV(B) | 180º | 0.11% | 0.07% | - |
| XYZ | 0.58 | 0.63 | 0.71 | - |
| YUV | 18.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 19 | 0.11 | 0 | 0 | 0.93 | 180 | 0.06 | 0.07 |
| Hex | 11 | 13 | 13 | B | 0 | 0 | 5D | B4 | 6 | 7 |
| Octal | 21 | 23 | 23 | 13 | 0 | 0 | 135 | 264 | 6 | 7 |
| Binary | 10001 | 10011 | 10011 | 1011 | 0 | 0 | 1011101 | 10110100 | 110 | 111 |
Color Harmonies of #111313
Complementary color
Monochromatic Colors of #111313
Black with #111313
Text Example
Text Example
White with #111313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111313; }
p { color: rgb(17,19,19); }
H1.HeaderClassName
{
color: #111313;
}
.AnyTagClassName
{
color: #111313;
}
</style>
background-color css
<style>
a { background-color: #111313; }
a { background-color: rgb(17,19,19); }
div.DivClassName
{
background-color: #111313;
}
.BgClassName
{
background-color: #111313;
}
</style>
border-color css
<style>
span { border-color: #111313; }
span { border-color: rgb(17,19,19); }
td.TdClassName
{
border-color: #111313;
}
.TagClassName
{
border-color: #111313;
}
</style>