Shades of Swamp #111414
Tints of Swamp #111414
RGB
CMYK
RGB Variations
Color information
#111414 (or 0x111414) is known color: Swamp. HEX triplet: 11, 14 and 14. RGB value is (17,20,20). Sum of RGB (Red+Green+Blue) = 17+20+20=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #111414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111414 is #EEEBEB. Grayscale: #131313. Windows color (decimal): -15657964 or 1315857. OLE color: 1315857.
HSL color Cylindrical-coordinate representation of color #111414: hue angle of 180º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #111414 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 20 | 20 | - |
| CMYK | 0.15 | 0 | 0 | 0.92 |
| HSL | 180º | 0.08% | 0.07% | - |
| HSV(B) | 180º | 0.15% | 0.08% | - |
| XYZ | 0.61 | 0.67 | 0.76 | - |
| YUV | 19.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 20 | 0.15 | 0 | 0 | 0.92 | 180 | 0.08 | 0.07 |
| Hex | 11 | 14 | 14 | F | 0 | 0 | 5C | B4 | 8 | 7 |
| Octal | 21 | 24 | 24 | 17 | 0 | 0 | 134 | 264 | 10 | 7 |
| Binary | 10001 | 10100 | 10100 | 1111 | 0 | 0 | 1011100 | 10110100 | 1000 | 111 |
Color Harmonies of #111414
Complementary color
Monochromatic Colors of #111414
Black with #111414
Text Example
Text Example
White with #111414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111414; }
p { color: rgb(17,20,20); }
H1.HeaderClassName
{
color: #111414;
}
.AnyTagClassName
{
color: #111414;
}
</style>
background-color css
<style>
a { background-color: #111414; }
a { background-color: rgb(17,20,20); }
div.DivClassName
{
background-color: #111414;
}
.BgClassName
{
background-color: #111414;
}
</style>
border-color css
<style>
span { border-color: #111414; }
span { border-color: rgb(17,20,20); }
td.TdClassName
{
border-color: #111414;
}
.TagClassName
{
border-color: #111414;
}
</style>