Shades of Swamp #132323
Tints of Swamp #132323
RGB
CMYK
RGB Variations
Color information
#132323 (or 0x132323) is known color: Swamp. HEX triplet: 13, 23 and 23. RGB value is (19,35,35). Sum of RGB (Red+Green+Blue) = 19+35+35=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #132323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132323 is #ECDCDC. Grayscale: #1E1E1E. Windows color (decimal): -15523037 or 2302739. OLE color: 2302739.
HSL color Cylindrical-coordinate representation of color #132323: hue angle of 180º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132323 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 35 | - |
| CMYK | 0.46 | 0 | 0 | 0.86 |
| HSL | 180º | 0.3% | 0.11% | - |
| HSV(B) | 180º | 0.46% | 0.14% | - |
| XYZ | 1.17 | 1.46 | 1.81 | - |
| YUV | 30.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 35 | 0.46 | 0 | 0 | 0.86 | 180 | 0.3 | 0.11 |
| Hex | 13 | 23 | 23 | 2E | 0 | 0 | 56 | B4 | 1E | B |
| Octal | 23 | 43 | 43 | 56 | 0 | 0 | 126 | 264 | 36 | 13 |
| Binary | 10011 | 100011 | 100011 | 101110 | 0 | 0 | 1010110 | 10110100 | 11110 | 1011 |
Color Harmonies of #132323
Complementary color
Monochromatic Colors of #132323
Black with #132323
Text Example
Text Example
White with #132323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132323; }
p { color: rgb(19,35,35); }
H1.HeaderClassName
{
color: #132323;
}
.AnyTagClassName
{
color: #132323;
}
</style>
background-color css
<style>
a { background-color: #132323; }
a { background-color: rgb(19,35,35); }
div.DivClassName
{
background-color: #132323;
}
.BgClassName
{
background-color: #132323;
}
</style>
border-color css
<style>
span { border-color: #132323; }
span { border-color: rgb(19,35,35); }
td.TdClassName
{
border-color: #132323;
}
.TagClassName
{
border-color: #132323;
}
</style>