Shades of Swamp #132B2E
Tints of Swamp #132B2E
RGB
CMYK
RGB Variations
Color information
#132B2E (or 0x132B2E) is known color: Swamp. HEX triplet: 13, 2B and 2E. RGB value is (19,43,46). Sum of RGB (Red+Green+Blue) = 19+43+46=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #132B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2E is #ECD4D1. Grayscale: #242424. Windows color (decimal): -15520978 or 3025683. OLE color: 3025683.
HSL color Cylindrical-coordinate representation of color #132B2E: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132B2E is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 43 | 46 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.82 |
| HSL | 186.67º | 0.42% | 0.13% | - |
| HSV(B) | 186.67º | 0.59% | 0.18% | - |
| XYZ | 1.63 | 2.06 | 2.9 | - |
| YUV | 36.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 46 | 0.59 | 0.07 | 0 | 0.82 | 186.67 | 0.42 | 0.13 |
| Hex | 13 | 2B | 2E | 3B | 7 | 0 | 52 | BB | 2A | D |
| Octal | 23 | 53 | 56 | 73 | 7 | 0 | 122 | 273 | 52 | 15 |
| Binary | 10011 | 101011 | 101110 | 111011 | 111 | 0 | 1010010 | 10111011 | 101010 | 1101 |
Color Harmonies of #132B2E
Complementary color
Monochromatic Colors of #132B2E
Black with #132B2E
Text Example
Text Example
White with #132B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B2E; }
p { color: rgb(19,43,46); }
H1.HeaderClassName
{
color: #132B2E;
}
.AnyTagClassName
{
color: #132B2E;
}
</style>
background-color css
<style>
a { background-color: #132B2E; }
a { background-color: rgb(19,43,46); }
div.DivClassName
{
background-color: #132B2E;
}
.BgClassName
{
background-color: #132B2E;
}
</style>
border-color css
<style>
span { border-color: #132B2E; }
span { border-color: rgb(19,43,46); }
td.TdClassName
{
border-color: #132B2E;
}
.TagClassName
{
border-color: #132B2E;
}
</style>