Shades of Swamp #112826
Tints of Swamp #112826
RGB
CMYK
RGB Variations
Color information
#112826 (or 0x112826) is known color: Swamp. HEX triplet: 11, 28 and 26. RGB value is (17,40,38). Sum of RGB (Red+Green+Blue) = 17+40+38=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #112826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112826 is #EED7D9. Grayscale: #202020. Windows color (decimal): -15652826 or 2500625. OLE color: 2500625.
HSL color Cylindrical-coordinate representation of color #112826: hue angle of 174.78º 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 #112826 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 38 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.84 |
| HSL | 174.78º | 0.4% | 0.11% | - |
| HSV(B) | 174.78º | 0.58% | 0.16% | - |
| XYZ | 1.34 | 1.78 | 2.11 | - |
| YUV | 32.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 38 | 0.57 | 0 | 0.05 | 0.84 | 174.78 | 0.4 | 0.11 |
| Hex | 11 | 28 | 26 | 39 | 0 | 5 | 54 | AF | 28 | B |
| Octal | 21 | 50 | 46 | 71 | 0 | 5 | 124 | 257 | 50 | 13 |
| Binary | 10001 | 101000 | 100110 | 111001 | 0 | 101 | 1010100 | 10101111 | 101000 | 1011 |
Color Harmonies of #112826
Complementary color
Monochromatic Colors of #112826
Black with #112826
Text Example
Text Example
White with #112826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112826; }
p { color: rgb(17,40,38); }
H1.HeaderClassName
{
color: #112826;
}
.AnyTagClassName
{
color: #112826;
}
</style>
background-color css
<style>
a { background-color: #112826; }
a { background-color: rgb(17,40,38); }
div.DivClassName
{
background-color: #112826;
}
.BgClassName
{
background-color: #112826;
}
</style>
border-color css
<style>
span { border-color: #112826; }
span { border-color: rgb(17,40,38); }
td.TdClassName
{
border-color: #112826;
}
.TagClassName
{
border-color: #112826;
}
</style>