Shades of Swamp #143130
Tints of Swamp #143130
RGB
CMYK
RGB Variations
Color information
#143130 (or 0x143130) is known color: Swamp. HEX triplet: 14, 31 and 30. RGB value is (20,49,48). Sum of RGB (Red+Green+Blue) = 20+49+48=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #143130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143130 is #EBCECF. Grayscale: #282828. Windows color (decimal): -15453904 or 3158292. OLE color: 3158292.
HSL color Cylindrical-coordinate representation of color #143130: hue angle of 177.93º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143130 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 48 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.81 |
| HSL | 177.93º | 0.42% | 0.14% | - |
| HSV(B) | 177.93º | 0.59% | 0.19% | - |
| XYZ | 1.92 | 2.56 | 3.19 | - |
| YUV | 40.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 48 | 0.59 | 0 | 0.02 | 0.81 | 177.93 | 0.42 | 0.14 |
| Hex | 14 | 31 | 30 | 3B | 0 | 2 | 51 | B2 | 2A | E |
| Octal | 24 | 61 | 60 | 73 | 0 | 2 | 121 | 262 | 52 | 16 |
| Binary | 10100 | 110001 | 110000 | 111011 | 0 | 10 | 1010001 | 10110010 | 101010 | 1110 |
Color Harmonies of #143130
Complementary color
Monochromatic Colors of #143130
Black with #143130
Text Example
Text Example
White with #143130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143130; }
p { color: rgb(20,49,48); }
H1.HeaderClassName
{
color: #143130;
}
.AnyTagClassName
{
color: #143130;
}
</style>
background-color css
<style>
a { background-color: #143130; }
a { background-color: rgb(20,49,48); }
div.DivClassName
{
background-color: #143130;
}
.BgClassName
{
background-color: #143130;
}
</style>
border-color css
<style>
span { border-color: #143130; }
span { border-color: rgb(20,49,48); }
td.TdClassName
{
border-color: #143130;
}
.TagClassName
{
border-color: #143130;
}
</style>