Shades of Swamp #141515
Tints of Swamp #141515
RGB
CMYK
RGB Variations
Color information
#141515 (or 0x141515) is known color: Swamp. HEX triplet: 14, 15 and 15. RGB value is (20,21,21). Sum of RGB (Red+Green+Blue) = 20+21+21=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #141515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141515 is #EBEAEA. Grayscale: #141414. Windows color (decimal): -15461099 or 1381652. OLE color: 1381652.
HSL color Cylindrical-coordinate representation of color #141515: hue angle of 180º degrees, saturation: 0.02, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #141515 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 21 | - |
| CMYK | 0.05 | 0 | 0 | 0.92 |
| HSL | 180º | 0.02% | 0.08% | - |
| HSV(B) | 180º | 0.05% | 0.08% | - |
| XYZ | 0.69 | 0.74 | 0.82 | - |
| YUV | 20.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 21 | 0.05 | 0 | 0 | 0.92 | 180 | 0.02 | 0.08 |
| Hex | 14 | 15 | 15 | 5 | 0 | 0 | 5C | B4 | 2 | 8 |
| Octal | 24 | 25 | 25 | 5 | 0 | 0 | 134 | 264 | 2 | 10 |
| Binary | 10100 | 10101 | 10101 | 101 | 0 | 0 | 1011100 | 10110100 | 10 | 1000 |
Color Harmonies of #141515
Complementary color
Monochromatic Colors of #141515
Black with #141515
Text Example
Text Example
White with #141515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141515; }
p { color: rgb(20,21,21); }
H1.HeaderClassName
{
color: #141515;
}
.AnyTagClassName
{
color: #141515;
}
</style>
background-color css
<style>
a { background-color: #141515; }
a { background-color: rgb(20,21,21); }
div.DivClassName
{
background-color: #141515;
}
.BgClassName
{
background-color: #141515;
}
</style>
border-color css
<style>
span { border-color: #141515; }
span { border-color: rgb(20,21,21); }
td.TdClassName
{
border-color: #141515;
}
.TagClassName
{
border-color: #141515;
}
</style>