Shades of Swamp #132828
Tints of Swamp #132828
RGB
CMYK
RGB Variations
Color information
#132828 (or 0x132828) is known color: Swamp. HEX triplet: 13, 28 and 28. RGB value is (19,40,40). Sum of RGB (Red+Green+Blue) = 19+40+40=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #132828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132828 is #ECD7D7. Grayscale: #212121. Windows color (decimal): -15521752 or 2631699. OLE color: 2631699.
HSL color Cylindrical-coordinate representation of color #132828: hue angle of 180º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132828 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 40 | - |
| CMYK | 0.52 | 0 | 0 | 0.84 |
| HSL | 180º | 0.36% | 0.12% | - |
| HSV(B) | 180º | 0.53% | 0.16% | - |
| XYZ | 1.41 | 1.81 | 2.28 | - |
| YUV | 33.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 40 | 0.52 | 0 | 0 | 0.84 | 180 | 0.36 | 0.12 |
| Hex | 13 | 28 | 28 | 34 | 0 | 0 | 54 | B4 | 24 | C |
| Octal | 23 | 50 | 50 | 64 | 0 | 0 | 124 | 264 | 44 | 14 |
| Binary | 10011 | 101000 | 101000 | 110100 | 0 | 0 | 1010100 | 10110100 | 100100 | 1100 |
Color Harmonies of #132828
Complementary color
Monochromatic Colors of #132828
Black with #132828
Text Example
Text Example
White with #132828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132828; }
p { color: rgb(19,40,40); }
H1.HeaderClassName
{
color: #132828;
}
.AnyTagClassName
{
color: #132828;
}
</style>
background-color css
<style>
a { background-color: #132828; }
a { background-color: rgb(19,40,40); }
div.DivClassName
{
background-color: #132828;
}
.BgClassName
{
background-color: #132828;
}
</style>
border-color css
<style>
span { border-color: #132828; }
span { border-color: rgb(19,40,40); }
td.TdClassName
{
border-color: #132828;
}
.TagClassName
{
border-color: #132828;
}
</style>