Shades of Swamp #112827
Tints of Swamp #112827
RGB
CMYK
RGB Variations
Color information
#112827 (or 0x112827) is known color: Swamp. HEX triplet: 11, 28 and 27. RGB value is (17,40,39). Sum of RGB (Red+Green+Blue) = 17+40+39=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #112827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112827 is #EED7D8. Grayscale: #202020. Windows color (decimal): -15652825 or 2566161. OLE color: 2566161.
HSL color Cylindrical-coordinate representation of color #112827: hue angle of 177.39º 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 #112827 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 39 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.84 |
| HSL | 177.39º | 0.4% | 0.11% | - |
| HSV(B) | 177.39º | 0.58% | 0.16% | - |
| XYZ | 1.36 | 1.78 | 2.19 | - |
| YUV | 33.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 39 | 0.57 | 0 | 0.02 | 0.84 | 177.39 | 0.4 | 0.11 |
| Hex | 11 | 28 | 27 | 39 | 0 | 2 | 54 | B1 | 28 | B |
| Octal | 21 | 50 | 47 | 71 | 0 | 2 | 124 | 261 | 50 | 13 |
| Binary | 10001 | 101000 | 100111 | 111001 | 0 | 10 | 1010100 | 10110001 | 101000 | 1011 |
Color Harmonies of #112827
Complementary color
Monochromatic Colors of #112827
Black with #112827
Text Example
Text Example
White with #112827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112827; }
p { color: rgb(17,40,39); }
H1.HeaderClassName
{
color: #112827;
}
.AnyTagClassName
{
color: #112827;
}
</style>
background-color css
<style>
a { background-color: #112827; }
a { background-color: rgb(17,40,39); }
div.DivClassName
{
background-color: #112827;
}
.BgClassName
{
background-color: #112827;
}
</style>
border-color css
<style>
span { border-color: #112827; }
span { border-color: rgb(17,40,39); }
td.TdClassName
{
border-color: #112827;
}
.TagClassName
{
border-color: #112827;
}
</style>