Shades of Swamp #112A2B
Tints of Swamp #112A2B
RGB
CMYK
RGB Variations
Color information
#112A2B (or 0x112A2B) is known color: Swamp. HEX triplet: 11, 2A and 2B. RGB value is (17,42,43). Sum of RGB (Red+Green+Blue) = 17+42+43=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #112A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2B is #EED5D4. Grayscale: #222222. Windows color (decimal): -15652309 or 2828817. OLE color: 2828817.
HSL color Cylindrical-coordinate representation of color #112A2B: hue angle of 182.31º 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 #112A2B is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 42 | 43 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.83 |
| HSL | 182.31º | 0.43% | 0.12% | - |
| HSV(B) | 182.31º | 0.6% | 0.17% | - |
| XYZ | 1.5 | 1.95 | 2.58 | - |
| YUV | 34.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 43 | 0.60 | 0.02 | 0 | 0.83 | 182.31 | 0.43 | 0.12 |
| Hex | 11 | 2A | 2B | 3C | 2 | 0 | 53 | B6 | 2B | C |
| Octal | 21 | 52 | 53 | 74 | 2 | 0 | 123 | 266 | 53 | 14 |
| Binary | 10001 | 101010 | 101011 | 111100 | 10 | 0 | 1010011 | 10110110 | 101011 | 1100 |
Color Harmonies of #112A2B
Complementary color
Monochromatic Colors of #112A2B
Black with #112A2B
Text Example
Text Example
White with #112A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A2B; }
p { color: rgb(17,42,43); }
H1.HeaderClassName
{
color: #112A2B;
}
.AnyTagClassName
{
color: #112A2B;
}
</style>
background-color css
<style>
a { background-color: #112A2B; }
a { background-color: rgb(17,42,43); }
div.DivClassName
{
background-color: #112A2B;
}
.BgClassName
{
background-color: #112A2B;
}
</style>
border-color css
<style>
span { border-color: #112A2B; }
span { border-color: rgb(17,42,43); }
td.TdClassName
{
border-color: #112A2B;
}
.TagClassName
{
border-color: #112A2B;
}
</style>