Shades of Swamp #14322F
Tints of Swamp #14322F
RGB
CMYK
RGB Variations
Color information
#14322F (or 0x14322F) is known color: Swamp. HEX triplet: 14, 32 and 2F. RGB value is (20,50,47). Sum of RGB (Red+Green+Blue) = 20+50+47=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #14322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14322F is #EBCDD0. Grayscale: #282828. Windows color (decimal): -15453649 or 3093012. OLE color: 3093012.
HSL color Cylindrical-coordinate representation of color #14322F: hue angle of 174º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14322F is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 47 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.80 |
| HSL | 174º | 0.43% | 0.14% | - |
| HSV(B) | 174º | 0.6% | 0.2% | - |
| XYZ | 1.94 | 2.64 | 3.1 | - |
| YUV | 40.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 47 | 0.60 | 0 | 0.06 | 0.80 | 174 | 0.43 | 0.14 |
| Hex | 14 | 32 | 2F | 3C | 0 | 6 | 50 | AE | 2B | E |
| Octal | 24 | 62 | 57 | 74 | 0 | 6 | 120 | 256 | 53 | 16 |
| Binary | 10100 | 110010 | 101111 | 111100 | 0 | 110 | 1010000 | 10101110 | 101011 | 1110 |
Color Harmonies of #14322F
Complementary color
Monochromatic Colors of #14322F
Black with #14322F
Text Example
Text Example
White with #14322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14322F; }
p { color: rgb(20,50,47); }
H1.HeaderClassName
{
color: #14322F;
}
.AnyTagClassName
{
color: #14322F;
}
</style>
background-color css
<style>
a { background-color: #14322F; }
a { background-color: rgb(20,50,47); }
div.DivClassName
{
background-color: #14322F;
}
.BgClassName
{
background-color: #14322F;
}
</style>
border-color css
<style>
span { border-color: #14322F; }
span { border-color: rgb(20,50,47); }
td.TdClassName
{
border-color: #14322F;
}
.TagClassName
{
border-color: #14322F;
}
</style>