Shades of Swamp #131616
Tints of Swamp #131616
RGB
CMYK
RGB Variations
Color information
#131616 (or 0x131616) is known color: Swamp. HEX triplet: 13, 16 and 16. RGB value is (19,22,22). Sum of RGB (Red+Green+Blue) = 19+22+22=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #131616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131616 is #ECE9E9. Grayscale: #151515. Windows color (decimal): -15526378 or 1447443. OLE color: 1447443.
HSL color Cylindrical-coordinate representation of color #131616: hue angle of 180º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #131616 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 22 | 22 | - |
| CMYK | 0.14 | 0 | 0 | 0.91 |
| HSL | 180º | 0.07% | 0.08% | - |
| HSV(B) | 180º | 0.14% | 0.09% | - |
| XYZ | 0.7 | 0.77 | 0.87 | - |
| YUV | 21.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 22 | 0.14 | 0 | 0 | 0.91 | 180 | 0.07 | 0.08 |
| Hex | 13 | 16 | 16 | E | 0 | 0 | 5B | B4 | 7 | 8 |
| Octal | 23 | 26 | 26 | 16 | 0 | 0 | 133 | 264 | 7 | 10 |
| Binary | 10011 | 10110 | 10110 | 1110 | 0 | 0 | 1011011 | 10110100 | 111 | 1000 |
Color Harmonies of #131616
Complementary color
Monochromatic Colors of #131616
Black with #131616
Text Example
Text Example
White with #131616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131616; }
p { color: rgb(19,22,22); }
H1.HeaderClassName
{
color: #131616;
}
.AnyTagClassName
{
color: #131616;
}
</style>
background-color css
<style>
a { background-color: #131616; }
a { background-color: rgb(19,22,22); }
div.DivClassName
{
background-color: #131616;
}
.BgClassName
{
background-color: #131616;
}
</style>
border-color css
<style>
span { border-color: #131616; }
span { border-color: rgb(19,22,22); }
td.TdClassName
{
border-color: #131616;
}
.TagClassName
{
border-color: #131616;
}
</style>