Shades of Swamp #132C2B
Tints of Swamp #132C2B
RGB
CMYK
RGB Variations
Color information
#132C2B (or 0x132C2B) is known color: Swamp. HEX triplet: 13, 2C and 2B. RGB value is (19,44,43). Sum of RGB (Red+Green+Blue) = 19+44+43=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 44 - color contains mainly: green. Hex color #132C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C2B is #ECD3D4. Grayscale: #242424. Windows color (decimal): -15520725 or 2829331. OLE color: 2829331.
HSL color Cylindrical-coordinate representation of color #132C2B: hue angle of 177.6º 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 #132C2B is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 43 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.83 |
| HSL | 177.6º | 0.4% | 0.12% | - |
| HSV(B) | 177.6º | 0.57% | 0.17% | - |
| XYZ | 1.61 | 2.11 | 2.61 | - |
| YUV | 36.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 43 | 0.57 | 0 | 0.02 | 0.83 | 177.6 | 0.4 | 0.12 |
| Hex | 13 | 2C | 2B | 39 | 0 | 2 | 53 | B2 | 28 | C |
| Octal | 23 | 54 | 53 | 71 | 0 | 2 | 123 | 262 | 50 | 14 |
| Binary | 10011 | 101100 | 101011 | 111001 | 0 | 10 | 1010011 | 10110010 | 101000 | 1100 |
Color Harmonies of #132C2B
Complementary color
Monochromatic Colors of #132C2B
Black with #132C2B
Text Example
Text Example
White with #132C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C2B; }
p { color: rgb(19,44,43); }
H1.HeaderClassName
{
color: #132C2B;
}
.AnyTagClassName
{
color: #132C2B;
}
</style>
background-color css
<style>
a { background-color: #132C2B; }
a { background-color: rgb(19,44,43); }
div.DivClassName
{
background-color: #132C2B;
}
.BgClassName
{
background-color: #132C2B;
}
</style>
border-color css
<style>
span { border-color: #132C2B; }
span { border-color: rgb(19,44,43); }
td.TdClassName
{
border-color: #132C2B;
}
.TagClassName
{
border-color: #132C2B;
}
</style>