Shades of Swamp #142223
Tints of Swamp #142223
RGB
CMYK
RGB Variations
Color information
#142223 (or 0x142223) is known color: Swamp. HEX triplet: 14, 22 and 23. RGB value is (20,34,35). Sum of RGB (Red+Green+Blue) = 20+34+35=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #142223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142223 is #EBDDDC. Grayscale: #1D1D1D. Windows color (decimal): -15457757 or 2302484. OLE color: 2302484.
HSL color Cylindrical-coordinate representation of color #142223: hue angle of 184º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142223 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 34 | 35 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.86 |
| HSL | 184º | 0.27% | 0.11% | - |
| HSV(B) | 184º | 0.43% | 0.14% | - |
| XYZ | 1.16 | 1.41 | 1.8 | - |
| YUV | 29.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 35 | 0.43 | 0.03 | 0 | 0.86 | 184 | 0.27 | 0.11 |
| Hex | 14 | 22 | 23 | 2B | 3 | 0 | 56 | B8 | 1B | B |
| Octal | 24 | 42 | 43 | 53 | 3 | 0 | 126 | 270 | 33 | 13 |
| Binary | 10100 | 100010 | 100011 | 101011 | 11 | 0 | 1010110 | 10111000 | 11011 | 1011 |
Color Harmonies of #142223
Complementary color
Monochromatic Colors of #142223
Black with #142223
Text Example
Text Example
White with #142223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142223; }
p { color: rgb(20,34,35); }
H1.HeaderClassName
{
color: #142223;
}
.AnyTagClassName
{
color: #142223;
}
</style>
background-color css
<style>
a { background-color: #142223; }
a { background-color: rgb(20,34,35); }
div.DivClassName
{
background-color: #142223;
}
.BgClassName
{
background-color: #142223;
}
</style>
border-color css
<style>
span { border-color: #142223; }
span { border-color: rgb(20,34,35); }
td.TdClassName
{
border-color: #142223;
}
.TagClassName
{
border-color: #142223;
}
</style>