Shades of Swamp #14312E
Tints of Swamp #14312E
RGB
CMYK
RGB Variations
Color information
#14312E (or 0x14312E) is known color: Swamp. HEX triplet: 14, 31 and 2E. RGB value is (20,49,46). Sum of RGB (Red+Green+Blue) = 20+49+46=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #14312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312E is #EBCED1. Grayscale: #272727. Windows color (decimal): -15453906 or 3027220. OLE color: 3027220.
HSL color Cylindrical-coordinate representation of color #14312E: hue angle of 173.79º 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 #14312E is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 46 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.81 |
| HSL | 173.79º | 0.42% | 0.14% | - |
| HSV(B) | 173.79º | 0.59% | 0.19% | - |
| XYZ | 1.88 | 2.54 | 2.98 | - |
| YUV | 39.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 46 | 0.59 | 0 | 0.06 | 0.81 | 173.79 | 0.42 | 0.14 |
| Hex | 14 | 31 | 2E | 3B | 0 | 6 | 51 | AE | 2A | E |
| Octal | 24 | 61 | 56 | 73 | 0 | 6 | 121 | 256 | 52 | 16 |
| Binary | 10100 | 110001 | 101110 | 111011 | 0 | 110 | 1010001 | 10101110 | 101010 | 1110 |
Color Harmonies of #14312E
Complementary color
Monochromatic Colors of #14312E
Black with #14312E
Text Example
Text Example
White with #14312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14312E; }
p { color: rgb(20,49,46); }
H1.HeaderClassName
{
color: #14312E;
}
.AnyTagClassName
{
color: #14312E;
}
</style>
background-color css
<style>
a { background-color: #14312E; }
a { background-color: rgb(20,49,46); }
div.DivClassName
{
background-color: #14312E;
}
.BgClassName
{
background-color: #14312E;
}
</style>
border-color css
<style>
span { border-color: #14312E; }
span { border-color: rgb(20,49,46); }
td.TdClassName
{
border-color: #14312E;
}
.TagClassName
{
border-color: #14312E;
}
</style>