Shades of Swamp #0C292C
Tints of Swamp #0C292C
RGB
CMYK
RGB Variations
Color information
#0C292C (or 0x0C292C) is known color: Swamp. HEX triplet: 0C, 29 and 2C. RGB value is (12,41,44). Sum of RGB (Red+Green+Blue) = 12+41+44=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C292C is #F3D6D3. Grayscale: #202020. Windows color (decimal): -15980244 or 2894092. OLE color: 2894092.
HSL color Cylindrical-coordinate representation of color #0C292C: hue angle of 185.62º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C292C is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 41 | 44 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.83 |
| HSL | 185.63º | 0.57% | 0.11% | - |
| HSV(B) | 185.63º | 0.73% | 0.17% | - |
| XYZ | 1.4 | 1.85 | 2.67 | - |
| YUV | 32.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 44 | 0.73 | 0.07 | 0 | 0.83 | 185.63 | 0.57 | 0.11 |
| Hex | C | 29 | 2C | 49 | 7 | 0 | 53 | BA | 39 | B |
| Octal | 14 | 51 | 54 | 111 | 7 | 0 | 123 | 272 | 71 | 13 |
| Binary | 1100 | 101001 | 101100 | 1001001 | 111 | 0 | 1010011 | 10111010 | 111001 | 1011 |
Color Harmonies of #0C292C
Complementary color
Monochromatic Colors of #0C292C
Black with #0C292C
Text Example
Text Example
White with #0C292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C292C; }
p { color: rgb(12,41,44); }
H1.HeaderClassName
{
color: #0C292C;
}
.AnyTagClassName
{
color: #0C292C;
}
</style>
background-color css
<style>
a { background-color: #0C292C; }
a { background-color: rgb(12,41,44); }
div.DivClassName
{
background-color: #0C292C;
}
.BgClassName
{
background-color: #0C292C;
}
</style>
border-color css
<style>
span { border-color: #0C292C; }
span { border-color: rgb(12,41,44); }
td.TdClassName
{
border-color: #0C292C;
}
.TagClassName
{
border-color: #0C292C;
}
</style>