Shades of Swamp #141F20
Tints of Swamp #141F20
RGB
CMYK
RGB Variations
Color information
#141F20 (or 0x141F20) is known color: Swamp. HEX triplet: 14, 1F and 20. RGB value is (20,31,32). Sum of RGB (Red+Green+Blue) = 20+31+32=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: blue. Hex color #141F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F20 is #EBE0DF. Grayscale: #1B1B1B. Windows color (decimal): -15458528 or 2105108. OLE color: 2105108.
HSL color Cylindrical-coordinate representation of color #141F20: hue angle of 185º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141F20 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 31 | 32 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.87 |
| HSL | 185º | 0.23% | 0.1% | - |
| HSV(B) | 185º | 0.38% | 0.13% | - |
| XYZ | 1.04 | 1.23 | 1.55 | - |
| YUV | 27.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 32 | 0.37 | 0.03 | 0 | 0.87 | 185 | 0.23 | 0.1 |
| Hex | 14 | 1F | 20 | 25 | 3 | 0 | 57 | B9 | 17 | A |
| Octal | 24 | 37 | 40 | 45 | 3 | 0 | 127 | 271 | 27 | 12 |
| Binary | 10100 | 11111 | 100000 | 100101 | 11 | 0 | 1010111 | 10111001 | 10111 | 1010 |
Color Harmonies of #141F20
Complementary color
Monochromatic Colors of #141F20
Black with #141F20
Text Example
Text Example
White with #141F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F20; }
p { color: rgb(20,31,32); }
H1.HeaderClassName
{
color: #141F20;
}
.AnyTagClassName
{
color: #141F20;
}
</style>
background-color css
<style>
a { background-color: #141F20; }
a { background-color: rgb(20,31,32); }
div.DivClassName
{
background-color: #141F20;
}
.BgClassName
{
background-color: #141F20;
}
</style>
border-color css
<style>
span { border-color: #141F20; }
span { border-color: rgb(20,31,32); }
td.TdClassName
{
border-color: #141F20;
}
.TagClassName
{
border-color: #141F20;
}
</style>