Shades of Swamp #132A2D
Tints of Swamp #132A2D
RGB
CMYK
RGB Variations
Color information
#132A2D (or 0x132A2D) is known color: Swamp. HEX triplet: 13, 2A and 2D. RGB value is (19,42,45). Sum of RGB (Red+Green+Blue) = 19+42+45=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #132A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A2D is #ECD5D2. Grayscale: #232323. Windows color (decimal): -15521235 or 2959891. OLE color: 2959891.
HSL color Cylindrical-coordinate representation of color #132A2D: hue angle of 186.92º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132A2D is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 42 | 45 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.82 |
| HSL | 186.92º | 0.41% | 0.13% | - |
| HSV(B) | 186.92º | 0.58% | 0.18% | - |
| XYZ | 1.57 | 1.98 | 2.78 | - |
| YUV | 35.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 45 | 0.58 | 0.07 | 0 | 0.82 | 186.92 | 0.41 | 0.13 |
| Hex | 13 | 2A | 2D | 3A | 7 | 0 | 52 | BB | 29 | D |
| Octal | 23 | 52 | 55 | 72 | 7 | 0 | 122 | 273 | 51 | 15 |
| Binary | 10011 | 101010 | 101101 | 111010 | 111 | 0 | 1010010 | 10111011 | 101001 | 1101 |
Color Harmonies of #132A2D
Complementary color
Monochromatic Colors of #132A2D
Black with #132A2D
Text Example
Text Example
White with #132A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A2D; }
p { color: rgb(19,42,45); }
H1.HeaderClassName
{
color: #132A2D;
}
.AnyTagClassName
{
color: #132A2D;
}
</style>
background-color css
<style>
a { background-color: #132A2D; }
a { background-color: rgb(19,42,45); }
div.DivClassName
{
background-color: #132A2D;
}
.BgClassName
{
background-color: #132A2D;
}
</style>
border-color css
<style>
span { border-color: #132A2D; }
span { border-color: rgb(19,42,45); }
td.TdClassName
{
border-color: #132A2D;
}
.TagClassName
{
border-color: #132A2D;
}
</style>