Shades of Swamp #132B2C
Tints of Swamp #132B2C
RGB
CMYK
RGB Variations
Color information
#132B2C (or 0x132B2C) is known color: Swamp. HEX triplet: 13, 2B and 2C. RGB value is (19,43,44). Sum of RGB (Red+Green+Blue) = 19+43+44=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #132B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2C is #ECD4D3. Grayscale: #232323. Windows color (decimal): -15520980 or 2894611. OLE color: 2894611.
HSL color Cylindrical-coordinate representation of color #132B2C: hue angle of 182.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132B2C is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 43 | 44 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.83 |
| HSL | 182.4º | 0.4% | 0.12% | - |
| HSV(B) | 182.4º | 0.57% | 0.17% | - |
| XYZ | 1.59 | 2.05 | 2.69 | - |
| YUV | 35.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 44 | 0.57 | 0.02 | 0 | 0.83 | 182.4 | 0.4 | 0.12 |
| Hex | 13 | 2B | 2C | 39 | 2 | 0 | 53 | B6 | 28 | C |
| Octal | 23 | 53 | 54 | 71 | 2 | 0 | 123 | 266 | 50 | 14 |
| Binary | 10011 | 101011 | 101100 | 111001 | 10 | 0 | 1010011 | 10110110 | 101000 | 1100 |
Color Harmonies of #132B2C
Complementary color
Monochromatic Colors of #132B2C
Black with #132B2C
Text Example
Text Example
White with #132B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B2C; }
p { color: rgb(19,43,44); }
H1.HeaderClassName
{
color: #132B2C;
}
.AnyTagClassName
{
color: #132B2C;
}
</style>
background-color css
<style>
a { background-color: #132B2C; }
a { background-color: rgb(19,43,44); }
div.DivClassName
{
background-color: #132B2C;
}
.BgClassName
{
background-color: #132B2C;
}
</style>
border-color css
<style>
span { border-color: #132B2C; }
span { border-color: rgb(19,43,44); }
td.TdClassName
{
border-color: #132B2C;
}
.TagClassName
{
border-color: #132B2C;
}
</style>