Shades of Swamp #0C1414
Tints of Swamp #0C1414
RGB
CMYK
RGB Variations
Color information
#0C1414 (or 0x0C1414) is known color: Swamp. HEX triplet: 0C, 14 and 14. RGB value is (12,20,20). Sum of RGB (Red+Green+Blue) = 12+20+20=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0C1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1414 is #F3EBEB. Grayscale: #111111. Windows color (decimal): -15985644 or 1315852. OLE color: 1315852.
HSL color Cylindrical-coordinate representation of color #0C1414: hue angle of 180º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1414 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 20 | 20 | - |
| CMYK | 0.40 | 0 | 0 | 0.92 |
| HSL | 180º | 0.25% | 0.06% | - |
| HSV(B) | 180º | 0.4% | 0.08% | - |
| XYZ | 0.53 | 0.63 | 0.76 | - |
| YUV | 17.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 20 | 0.40 | 0 | 0 | 0.92 | 180 | 0.25 | 0.06 |
| Hex | C | 14 | 14 | 28 | 0 | 0 | 5C | B4 | 19 | 6 |
| Octal | 14 | 24 | 24 | 50 | 0 | 0 | 134 | 264 | 31 | 6 |
| Binary | 1100 | 10100 | 10100 | 101000 | 0 | 0 | 1011100 | 10110100 | 11001 | 110 |
Color Harmonies of #0C1414
Complementary color
Monochromatic Colors of #0C1414
Black with #0C1414
Text Example
Text Example
White with #0C1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1414; }
p { color: rgb(12,20,20); }
H1.HeaderClassName
{
color: #0C1414;
}
.AnyTagClassName
{
color: #0C1414;
}
</style>
background-color css
<style>
a { background-color: #0C1414; }
a { background-color: rgb(12,20,20); }
div.DivClassName
{
background-color: #0C1414;
}
.BgClassName
{
background-color: #0C1414;
}
</style>
border-color css
<style>
span { border-color: #0C1414; }
span { border-color: rgb(12,20,20); }
td.TdClassName
{
border-color: #0C1414;
}
.TagClassName
{
border-color: #0C1414;
}
</style>