Shades of Swamp #112628
Tints of Swamp #112628
RGB
CMYK
RGB Variations
Color information
#112628 (or 0x112628) is known color: Swamp. HEX triplet: 11, 26 and 28. RGB value is (17,38,40). Sum of RGB (Red+Green+Blue) = 17+38+40=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #112628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112628 is #EED9D7. Grayscale: #1F1F1F. Windows color (decimal): -15653336 or 2631185. OLE color: 2631185.
HSL color Cylindrical-coordinate representation of color #112628: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112628 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 38 | 40 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.84 |
| HSL | 185.22º | 0.4% | 0.11% | - |
| HSV(B) | 185.22º | 0.58% | 0.16% | - |
| XYZ | 1.31 | 1.66 | 2.26 | - |
| YUV | 31.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 40 | 0.57 | 0.05 | 0 | 0.84 | 185.22 | 0.4 | 0.11 |
| Hex | 11 | 26 | 28 | 39 | 5 | 0 | 54 | B9 | 28 | B |
| Octal | 21 | 46 | 50 | 71 | 5 | 0 | 124 | 271 | 50 | 13 |
| Binary | 10001 | 100110 | 101000 | 111001 | 101 | 0 | 1010100 | 10111001 | 101000 | 1011 |
Color Harmonies of #112628
Complementary color
Monochromatic Colors of #112628
Black with #112628
Text Example
Text Example
White with #112628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112628; }
p { color: rgb(17,38,40); }
H1.HeaderClassName
{
color: #112628;
}
.AnyTagClassName
{
color: #112628;
}
</style>
background-color css
<style>
a { background-color: #112628; }
a { background-color: rgb(17,38,40); }
div.DivClassName
{
background-color: #112628;
}
.BgClassName
{
background-color: #112628;
}
</style>
border-color css
<style>
span { border-color: #112628; }
span { border-color: rgb(17,38,40); }
td.TdClassName
{
border-color: #112628;
}
.TagClassName
{
border-color: #112628;
}
</style>