Shades of Swamp #11282B
Tints of Swamp #11282B
RGB
CMYK
RGB Variations
Color information
#11282B (or 0x11282B) is known color: Swamp. HEX triplet: 11, 28 and 2B. RGB value is (17,40,43). Sum of RGB (Red+Green+Blue) = 17+40+43=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #11282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11282B is #EED7D4. Grayscale: #212121. Windows color (decimal): -15652821 or 2828305. OLE color: 2828305.
HSL color Cylindrical-coordinate representation of color #11282B: hue angle of 186.92º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11282B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 40 | 43 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.83 |
| HSL | 186.92º | 0.43% | 0.12% | - |
| HSV(B) | 186.92º | 0.6% | 0.17% | - |
| XYZ | 1.43 | 1.81 | 2.56 | - |
| YUV | 33.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 43 | 0.60 | 0.07 | 0 | 0.83 | 186.92 | 0.43 | 0.12 |
| Hex | 11 | 28 | 2B | 3C | 7 | 0 | 53 | BB | 2B | C |
| Octal | 21 | 50 | 53 | 74 | 7 | 0 | 123 | 273 | 53 | 14 |
| Binary | 10001 | 101000 | 101011 | 111100 | 111 | 0 | 1010011 | 10111011 | 101011 | 1100 |
Color Harmonies of #11282B
Complementary color
Monochromatic Colors of #11282B
Black with #11282B
Text Example
Text Example
White with #11282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11282B; }
p { color: rgb(17,40,43); }
H1.HeaderClassName
{
color: #11282B;
}
.AnyTagClassName
{
color: #11282B;
}
</style>
background-color css
<style>
a { background-color: #11282B; }
a { background-color: rgb(17,40,43); }
div.DivClassName
{
background-color: #11282B;
}
.BgClassName
{
background-color: #11282B;
}
</style>
border-color css
<style>
span { border-color: #11282B; }
span { border-color: rgb(17,40,43); }
td.TdClassName
{
border-color: #11282B;
}
.TagClassName
{
border-color: #11282B;
}
</style>