Shades of Swamp #0C2020
Tints of Swamp #0C2020
RGB
CMYK
RGB Variations
Color information
#0C2020 (or 0x0C2020) is known color: Swamp. HEX triplet: 0C, 20 and 20. RGB value is (12,32,32). Sum of RGB (Red+Green+Blue) = 12+32+32=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #0C2020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2020 is #F3DFDF. Grayscale: #191919. Windows color (decimal): -15982560 or 2105356. OLE color: 2105356.
HSL color Cylindrical-coordinate representation of color #0C2020: hue angle of 180º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C2020 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 32 | 32 | - |
| CMYK | 0.63 | 0 | 0 | 0.87 |
| HSL | 180º | 0.45% | 0.09% | - |
| HSV(B) | 180º | 0.63% | 0.13% | - |
| XYZ | 0.93 | 1.22 | 1.55 | - |
| YUV | 26.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 32 | 0.63 | 0 | 0 | 0.87 | 180 | 0.45 | 0.09 |
| Hex | C | 20 | 20 | 3F | 0 | 0 | 57 | B4 | 2D | 9 |
| Octal | 14 | 40 | 40 | 77 | 0 | 0 | 127 | 264 | 55 | 11 |
| Binary | 1100 | 100000 | 100000 | 111111 | 0 | 0 | 1010111 | 10110100 | 101101 | 1001 |
Color Harmonies of #0C2020
Complementary color
Monochromatic Colors of #0C2020
Black with #0C2020
Text Example
Text Example
White with #0C2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2020; }
p { color: rgb(12,32,32); }
H1.HeaderClassName
{
color: #0C2020;
}
.AnyTagClassName
{
color: #0C2020;
}
</style>
background-color css
<style>
a { background-color: #0C2020; }
a { background-color: rgb(12,32,32); }
div.DivClassName
{
background-color: #0C2020;
}
.BgClassName
{
background-color: #0C2020;
}
</style>
border-color css
<style>
span { border-color: #0C2020; }
span { border-color: rgb(12,32,32); }
td.TdClassName
{
border-color: #0C2020;
}
.TagClassName
{
border-color: #0C2020;
}
</style>