Shades of Swamp #11312F
Tints of Swamp #11312F
RGB
CMYK
RGB Variations
Color information
#11312F (or 0x11312F) is known color: Swamp. HEX triplet: 11, 31 and 2F. RGB value is (17,49,47). Sum of RGB (Red+Green+Blue) = 17+49+47=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #11312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11312F is #EECED0. Grayscale: #272727. Windows color (decimal): -15650513 or 3092753. OLE color: 3092753.
HSL color Cylindrical-coordinate representation of color #11312F: hue angle of 176.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11312F is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 47 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.81 |
| HSL | 176.25º | 0.48% | 0.13% | - |
| HSV(B) | 176.25º | 0.65% | 0.19% | - |
| XYZ | 1.84 | 2.52 | 3.08 | - |
| YUV | 39.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 47 | 0.65 | 0 | 0.04 | 0.81 | 176.25 | 0.48 | 0.13 |
| Hex | 11 | 31 | 2F | 41 | 0 | 4 | 51 | B0 | 30 | D |
| Octal | 21 | 61 | 57 | 101 | 0 | 4 | 121 | 260 | 60 | 15 |
| Binary | 10001 | 110001 | 101111 | 1000001 | 0 | 100 | 1010001 | 10110000 | 110000 | 1101 |
Color Harmonies of #11312F
Complementary color
Monochromatic Colors of #11312F
Black with #11312F
Text Example
Text Example
White with #11312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11312F; }
p { color: rgb(17,49,47); }
H1.HeaderClassName
{
color: #11312F;
}
.AnyTagClassName
{
color: #11312F;
}
</style>
background-color css
<style>
a { background-color: #11312F; }
a { background-color: rgb(17,49,47); }
div.DivClassName
{
background-color: #11312F;
}
.BgClassName
{
background-color: #11312F;
}
</style>
border-color css
<style>
span { border-color: #11312F; }
span { border-color: rgb(17,49,47); }
td.TdClassName
{
border-color: #11312F;
}
.TagClassName
{
border-color: #11312F;
}
</style>