Shades of Swamp #0C292B
Tints of Swamp #0C292B
RGB
CMYK
RGB Variations
Color information
#0C292B (or 0x0C292B) is known color: Swamp. HEX triplet: 0C, 29 and 2B. RGB value is (12,41,43). Sum of RGB (Red+Green+Blue) = 12+41+43=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C292B is #F3D6D4. Grayscale: #202020. Windows color (decimal): -15980245 or 2828556. OLE color: 2828556.
HSL color Cylindrical-coordinate representation of color #0C292B: hue angle of 183.87º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C292B is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 41 | 43 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.83 |
| HSL | 183.87º | 0.56% | 0.11% | - |
| HSV(B) | 183.87º | 0.72% | 0.17% | - |
| XYZ | 1.38 | 1.84 | 2.57 | - |
| YUV | 32.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 43 | 0.72 | 0.05 | 0 | 0.83 | 183.87 | 0.56 | 0.11 |
| Hex | C | 29 | 2B | 48 | 5 | 0 | 53 | B8 | 38 | B |
| Octal | 14 | 51 | 53 | 110 | 5 | 0 | 123 | 270 | 70 | 13 |
| Binary | 1100 | 101001 | 101011 | 1001000 | 101 | 0 | 1010011 | 10111000 | 111000 | 1011 |
Color Harmonies of #0C292B
Complementary color
Monochromatic Colors of #0C292B
Black with #0C292B
Text Example
Text Example
White with #0C292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C292B; }
p { color: rgb(12,41,43); }
H1.HeaderClassName
{
color: #0C292B;
}
.AnyTagClassName
{
color: #0C292B;
}
</style>
background-color css
<style>
a { background-color: #0C292B; }
a { background-color: rgb(12,41,43); }
div.DivClassName
{
background-color: #0C292B;
}
.BgClassName
{
background-color: #0C292B;
}
</style>
border-color css
<style>
span { border-color: #0C292B; }
span { border-color: rgb(12,41,43); }
td.TdClassName
{
border-color: #0C292B;
}
.TagClassName
{
border-color: #0C292B;
}
</style>