Shades of Swamp #142324
Tints of Swamp #142324
RGB
CMYK
RGB Variations
Color information
#142324 (or 0x142324) is known color: Swamp. HEX triplet: 14, 23 and 24. RGB value is (20,35,36). Sum of RGB (Red+Green+Blue) = 20+35+36=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #142324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142324 is #EBDCDB. Grayscale: #1E1E1E. Windows color (decimal): -15457500 or 2368276. OLE color: 2368276.
HSL color Cylindrical-coordinate representation of color #142324: hue angle of 183.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142324 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 36 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.86 |
| HSL | 183.75º | 0.29% | 0.11% | - |
| HSV(B) | 183.75º | 0.44% | 0.14% | - |
| XYZ | 1.21 | 1.48 | 1.89 | - |
| YUV | 30.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 36 | 0.44 | 0.03 | 0 | 0.86 | 183.75 | 0.29 | 0.11 |
| Hex | 14 | 23 | 24 | 2C | 3 | 0 | 56 | B8 | 1D | B |
| Octal | 24 | 43 | 44 | 54 | 3 | 0 | 126 | 270 | 35 | 13 |
| Binary | 10100 | 100011 | 100100 | 101100 | 11 | 0 | 1010110 | 10111000 | 11101 | 1011 |
Color Harmonies of #142324
Complementary color
Monochromatic Colors of #142324
Black with #142324
Text Example
Text Example
White with #142324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142324; }
p { color: rgb(20,35,36); }
H1.HeaderClassName
{
color: #142324;
}
.AnyTagClassName
{
color: #142324;
}
</style>
background-color css
<style>
a { background-color: #142324; }
a { background-color: rgb(20,35,36); }
div.DivClassName
{
background-color: #142324;
}
.BgClassName
{
background-color: #142324;
}
</style>
border-color css
<style>
span { border-color: #142324; }
span { border-color: rgb(20,35,36); }
td.TdClassName
{
border-color: #142324;
}
.TagClassName
{
border-color: #142324;
}
</style>