Shades of Swamp #132423
Tints of Swamp #132423
RGB
CMYK
RGB Variations
Color information
#132423 (or 0x132423) is known color: Swamp. HEX triplet: 13, 24 and 23. RGB value is (19,36,35). Sum of RGB (Red+Green+Blue) = 19+36+35=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #132423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132423 is #ECDBDC. Grayscale: #1E1E1E. Windows color (decimal): -15522781 or 2302995. OLE color: 2302995.
HSL color Cylindrical-coordinate representation of color #132423: hue angle of 176.47º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132423 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 35 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.86 |
| HSL | 176.47º | 0.31% | 0.11% | - |
| HSV(B) | 176.47º | 0.47% | 0.14% | - |
| XYZ | 1.2 | 1.52 | 1.82 | - |
| YUV | 30.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 35 | 0.47 | 0 | 0.03 | 0.86 | 176.47 | 0.31 | 0.11 |
| Hex | 13 | 24 | 23 | 2F | 0 | 3 | 56 | B0 | 1F | B |
| Octal | 23 | 44 | 43 | 57 | 0 | 3 | 126 | 260 | 37 | 13 |
| Binary | 10011 | 100100 | 100011 | 101111 | 0 | 11 | 1010110 | 10110000 | 11111 | 1011 |
Color Harmonies of #132423
Complementary color
Monochromatic Colors of #132423
Black with #132423
Text Example
Text Example
White with #132423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132423; }
p { color: rgb(19,36,35); }
H1.HeaderClassName
{
color: #132423;
}
.AnyTagClassName
{
color: #132423;
}
</style>
background-color css
<style>
a { background-color: #132423; }
a { background-color: rgb(19,36,35); }
div.DivClassName
{
background-color: #132423;
}
.BgClassName
{
background-color: #132423;
}
</style>
border-color css
<style>
span { border-color: #132423; }
span { border-color: rgb(19,36,35); }
td.TdClassName
{
border-color: #132423;
}
.TagClassName
{
border-color: #132423;
}
</style>