Shades of Swamp #111919
Tints of Swamp #111919
RGB
CMYK
RGB Variations
Color information
#111919 (or 0x111919) is known color: Swamp. HEX triplet: 11, 19 and 19. RGB value is (17,25,25). Sum of RGB (Red+Green+Blue) = 17+25+25=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #111919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111919 is #EEE6E6. Grayscale: #161616. Windows color (decimal): -15656679 or 1644817. OLE color: 1644817.
HSL color Cylindrical-coordinate representation of color #111919: hue angle of 180º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111919 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 25 | - |
| CMYK | 0.32 | 0 | 0 | 0.90 |
| HSL | 180º | 0.19% | 0.08% | - |
| HSV(B) | 180º | 0.32% | 0.1% | - |
| XYZ | 0.75 | 0.88 | 1.05 | - |
| YUV | 22.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 25 | 0.32 | 0 | 0 | 0.90 | 180 | 0.19 | 0.08 |
| Hex | 11 | 19 | 19 | 20 | 0 | 0 | 5A | B4 | 13 | 8 |
| Octal | 21 | 31 | 31 | 40 | 0 | 0 | 132 | 264 | 23 | 10 |
| Binary | 10001 | 11001 | 11001 | 100000 | 0 | 0 | 1011010 | 10110100 | 10011 | 1000 |
Color Harmonies of #111919
Complementary color
Monochromatic Colors of #111919
Black with #111919
Text Example
Text Example
White with #111919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111919; }
p { color: rgb(17,25,25); }
H1.HeaderClassName
{
color: #111919;
}
.AnyTagClassName
{
color: #111919;
}
</style>
background-color css
<style>
a { background-color: #111919; }
a { background-color: rgb(17,25,25); }
div.DivClassName
{
background-color: #111919;
}
.BgClassName
{
background-color: #111919;
}
</style>
border-color css
<style>
span { border-color: #111919; }
span { border-color: rgb(17,25,25); }
td.TdClassName
{
border-color: #111919;
}
.TagClassName
{
border-color: #111919;
}
</style>