Shades of Swamp #0C201F
Tints of Swamp #0C201F
RGB
CMYK
RGB Variations
Color information
#0C201F (or 0x0C201F) is known color: Swamp. HEX triplet: 0C, 20 and 1F. RGB value is (12,32,31). Sum of RGB (Red+Green+Blue) = 12+32+31=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201F is #F3DFE0. Grayscale: #191919. Windows color (decimal): -15982561 or 2039820. OLE color: 2039820.
HSL color Cylindrical-coordinate representation of color #0C201F: hue angle of 177º 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 #0C201F is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 32 | 31 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.87 |
| HSL | 177º | 0.45% | 0.09% | - |
| HSV(B) | 177º | 0.63% | 0.13% | - |
| XYZ | 0.92 | 1.21 | 1.48 | - |
| YUV | 25.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 31 | 0.63 | 0 | 0.03 | 0.87 | 177 | 0.45 | 0.09 |
| Hex | C | 20 | 1F | 3F | 0 | 3 | 57 | B1 | 2D | 9 |
| Octal | 14 | 40 | 37 | 77 | 0 | 3 | 127 | 261 | 55 | 11 |
| Binary | 1100 | 100000 | 11111 | 111111 | 0 | 11 | 1010111 | 10110001 | 101101 | 1001 |
Color Harmonies of #0C201F
Complementary color
Monochromatic Colors of #0C201F
Black with #0C201F
Text Example
Text Example
White with #0C201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C201F; }
p { color: rgb(12,32,31); }
H1.HeaderClassName
{
color: #0C201F;
}
.AnyTagClassName
{
color: #0C201F;
}
</style>
background-color css
<style>
a { background-color: #0C201F; }
a { background-color: rgb(12,32,31); }
div.DivClassName
{
background-color: #0C201F;
}
.BgClassName
{
background-color: #0C201F;
}
</style>
border-color css
<style>
span { border-color: #0C201F; }
span { border-color: rgb(12,32,31); }
td.TdClassName
{
border-color: #0C201F;
}
.TagClassName
{
border-color: #0C201F;
}
</style>