Shades of Swamp #11302E
Tints of Swamp #11302E
RGB
CMYK
RGB Variations
Color information
#11302E (or 0x11302E) is known color: Swamp. HEX triplet: 11, 30 and 2E. RGB value is (17,48,46). Sum of RGB (Red+Green+Blue) = 17+48+46=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #11302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302E is #EECFD1. Grayscale: #262626. Windows color (decimal): -15650770 or 3026961. OLE color: 3026961.
HSL color Cylindrical-coordinate representation of color #11302E: hue angle of 176.13º 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 #11302E is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 46 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.81 |
| HSL | 176.13º | 0.48% | 0.13% | - |
| HSV(B) | 176.13º | 0.65% | 0.19% | - |
| XYZ | 1.78 | 2.43 | 2.96 | - |
| YUV | 38.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 46 | 0.65 | 0 | 0.04 | 0.81 | 176.13 | 0.48 | 0.13 |
| Hex | 11 | 30 | 2E | 41 | 0 | 4 | 51 | B0 | 30 | D |
| Octal | 21 | 60 | 56 | 101 | 0 | 4 | 121 | 260 | 60 | 15 |
| Binary | 10001 | 110000 | 101110 | 1000001 | 0 | 100 | 1010001 | 10110000 | 110000 | 1101 |
Color Harmonies of #11302E
Complementary color
Monochromatic Colors of #11302E
Black with #11302E
Text Example
Text Example
White with #11302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11302E; }
p { color: rgb(17,48,46); }
H1.HeaderClassName
{
color: #11302E;
}
.AnyTagClassName
{
color: #11302E;
}
</style>
background-color css
<style>
a { background-color: #11302E; }
a { background-color: rgb(17,48,46); }
div.DivClassName
{
background-color: #11302E;
}
.BgClassName
{
background-color: #11302E;
}
</style>
border-color css
<style>
span { border-color: #11302E; }
span { border-color: rgb(17,48,46); }
td.TdClassName
{
border-color: #11302E;
}
.TagClassName
{
border-color: #11302E;
}
</style>