Shades of Swamp #0D1414
Tints of Swamp #0D1414
RGB
CMYK
RGB Variations
Color information
#0D1414 (or 0x0D1414) is known color: Swamp. HEX triplet: 0D, 14 and 14. RGB value is (13,20,20). Sum of RGB (Red+Green+Blue) = 13+20+20=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0D1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1414 is #F2EBEB. Grayscale: #111111. Windows color (decimal): -15920108 or 1315853. OLE color: 1315853.
HSL color Cylindrical-coordinate representation of color #0D1414: hue angle of 180º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1414 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 20 | - |
| CMYK | 0.35 | 0 | 0 | 0.92 |
| HSL | 180º | 0.21% | 0.06% | - |
| HSV(B) | 180º | 0.35% | 0.08% | - |
| XYZ | 0.54 | 0.64 | 0.76 | - |
| YUV | 17.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 20 | 0.35 | 0 | 0 | 0.92 | 180 | 0.21 | 0.06 |
| Hex | D | 14 | 14 | 23 | 0 | 0 | 5C | B4 | 15 | 6 |
| Octal | 15 | 24 | 24 | 43 | 0 | 0 | 134 | 264 | 25 | 6 |
| Binary | 1101 | 10100 | 10100 | 100011 | 0 | 0 | 1011100 | 10110100 | 10101 | 110 |
Color Harmonies of #0D1414
Complementary color
Monochromatic Colors of #0D1414
Black with #0D1414
Text Example
Text Example
White with #0D1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1414; }
p { color: rgb(13,20,20); }
H1.HeaderClassName
{
color: #0D1414;
}
.AnyTagClassName
{
color: #0D1414;
}
</style>
background-color css
<style>
a { background-color: #0D1414; }
a { background-color: rgb(13,20,20); }
div.DivClassName
{
background-color: #0D1414;
}
.BgClassName
{
background-color: #0D1414;
}
</style>
border-color css
<style>
span { border-color: #0D1414; }
span { border-color: rgb(13,20,20); }
td.TdClassName
{
border-color: #0D1414;
}
.TagClassName
{
border-color: #0D1414;
}
</style>