Shades of Swamp #0C312E
Tints of Swamp #0C312E
RGB
CMYK
RGB Variations
Color information
#0C312E (or 0x0C312E) is known color: Swamp. HEX triplet: 0C, 31 and 2E. RGB value is (12,49,46). Sum of RGB (Red+Green+Blue) = 12+49+46=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #0C312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C312E is #F3CED1. Grayscale: #252525. Windows color (decimal): -15978194 or 3027212. OLE color: 3027212.
HSL color Cylindrical-coordinate representation of color #0C312E: hue angle of 175.14º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C312E is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 49 | 46 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.81 |
| HSL | 175.14º | 0.61% | 0.12% | - |
| HSV(B) | 175.14º | 0.76% | 0.19% | - |
| XYZ | 1.74 | 2.47 | 2.97 | - |
| YUV | 37.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 46 | 0.76 | 0 | 0.06 | 0.81 | 175.14 | 0.61 | 0.12 |
| Hex | C | 31 | 2E | 4C | 0 | 6 | 51 | AF | 3D | C |
| Octal | 14 | 61 | 56 | 114 | 0 | 6 | 121 | 257 | 75 | 14 |
| Binary | 1100 | 110001 | 101110 | 1001100 | 0 | 110 | 1010001 | 10101111 | 111101 | 1100 |
Color Harmonies of #0C312E
Complementary color
Monochromatic Colors of #0C312E
Black with #0C312E
Text Example
Text Example
White with #0C312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C312E; }
p { color: rgb(12,49,46); }
H1.HeaderClassName
{
color: #0C312E;
}
.AnyTagClassName
{
color: #0C312E;
}
</style>
background-color css
<style>
a { background-color: #0C312E; }
a { background-color: rgb(12,49,46); }
div.DivClassName
{
background-color: #0C312E;
}
.BgClassName
{
background-color: #0C312E;
}
</style>
border-color css
<style>
span { border-color: #0C312E; }
span { border-color: rgb(12,49,46); }
td.TdClassName
{
border-color: #0C312E;
}
.TagClassName
{
border-color: #0C312E;
}
</style>