Shades of Swamp #143431
Tints of Swamp #143431
RGB
CMYK
RGB Variations
Color information
#143431 (or 0x143431) is known color: Swamp. HEX triplet: 14, 34 and 31. RGB value is (20,52,49). Sum of RGB (Red+Green+Blue) = 20+52+49=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #143431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143431 is #EBCBCE. Grayscale: #2A2A2A. Windows color (decimal): -15453135 or 3224596. OLE color: 3224596.
HSL color Cylindrical-coordinate representation of color #143431: hue angle of 174.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143431 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 49 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.80 |
| HSL | 174.38º | 0.44% | 0.14% | - |
| HSV(B) | 174.38º | 0.62% | 0.2% | - |
| XYZ | 2.07 | 2.83 | 3.34 | - |
| YUV | 42.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 49 | 0.62 | 0 | 0.06 | 0.80 | 174.38 | 0.44 | 0.14 |
| Hex | 14 | 34 | 31 | 3E | 0 | 6 | 50 | AE | 2C | E |
| Octal | 24 | 64 | 61 | 76 | 0 | 6 | 120 | 256 | 54 | 16 |
| Binary | 10100 | 110100 | 110001 | 111110 | 0 | 110 | 1010000 | 10101110 | 101100 | 1110 |
Color Harmonies of #143431
Complementary color
Monochromatic Colors of #143431
Black with #143431
Text Example
Text Example
White with #143431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143431; }
p { color: rgb(20,52,49); }
H1.HeaderClassName
{
color: #143431;
}
.AnyTagClassName
{
color: #143431;
}
</style>
background-color css
<style>
a { background-color: #143431; }
a { background-color: rgb(20,52,49); }
div.DivClassName
{
background-color: #143431;
}
.BgClassName
{
background-color: #143431;
}
</style>
border-color css
<style>
span { border-color: #143431; }
span { border-color: rgb(20,52,49); }
td.TdClassName
{
border-color: #143431;
}
.TagClassName
{
border-color: #143431;
}
</style>