Shades of Swamp #14292B
Tints of Swamp #14292B
RGB
CMYK
RGB Variations
Color information
#14292B (or 0x14292B) is known color: Swamp. HEX triplet: 14, 29 and 2B. RGB value is (20,41,43). Sum of RGB (Red+Green+Blue) = 20+41+43=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #14292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292B is #EBD6D4. Grayscale: #222222. Windows color (decimal): -15455957 or 2828564. OLE color: 2828564.
HSL color Cylindrical-coordinate representation of color #14292B: hue angle of 185.22º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14292B is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 41 | 43 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.83 |
| HSL | 185.22º | 0.37% | 0.12% | - |
| HSV(B) | 185.22º | 0.53% | 0.17% | - |
| XYZ | 1.52 | 1.91 | 2.57 | - |
| YUV | 34.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 43 | 0.53 | 0.05 | 0 | 0.83 | 185.22 | 0.37 | 0.12 |
| Hex | 14 | 29 | 2B | 35 | 5 | 0 | 53 | B9 | 25 | C |
| Octal | 24 | 51 | 53 | 65 | 5 | 0 | 123 | 271 | 45 | 14 |
| Binary | 10100 | 101001 | 101011 | 110101 | 101 | 0 | 1010011 | 10111001 | 100101 | 1100 |
Color Harmonies of #14292B
Complementary color
Monochromatic Colors of #14292B
Black with #14292B
Text Example
Text Example
White with #14292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14292B; }
p { color: rgb(20,41,43); }
H1.HeaderClassName
{
color: #14292B;
}
.AnyTagClassName
{
color: #14292B;
}
</style>
background-color css
<style>
a { background-color: #14292B; }
a { background-color: rgb(20,41,43); }
div.DivClassName
{
background-color: #14292B;
}
.BgClassName
{
background-color: #14292B;
}
</style>
border-color css
<style>
span { border-color: #14292B; }
span { border-color: rgb(20,41,43); }
td.TdClassName
{
border-color: #14292B;
}
.TagClassName
{
border-color: #14292B;
}
</style>