Shades of Swamp #0C2122
Tints of Swamp #0C2122
RGB
CMYK
RGB Variations
Color information
#0C2122 (or 0x0C2122) is known color: Swamp. HEX triplet: 0C, 21 and 22. RGB value is (12,33,34). Sum of RGB (Red+Green+Blue) = 12+33+34=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 34 - color contains mainly: blue. Hex color #0C2122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2122 is #F3DEDD. Grayscale: #1A1A1A. Windows color (decimal): -15982302 or 2236684. OLE color: 2236684.
HSL color Cylindrical-coordinate representation of color #0C2122: hue angle of 182.73º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C2122 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 34 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.87 |
| HSL | 182.73º | 0.48% | 0.09% | - |
| HSV(B) | 182.73º | 0.65% | 0.13% | - |
| XYZ | 0.98 | 1.28 | 1.71 | - |
| YUV | 26.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 34 | 0.65 | 0.03 | 0 | 0.87 | 182.73 | 0.48 | 0.09 |
| Hex | C | 21 | 22 | 41 | 3 | 0 | 57 | B7 | 30 | 9 |
| Octal | 14 | 41 | 42 | 101 | 3 | 0 | 127 | 267 | 60 | 11 |
| Binary | 1100 | 100001 | 100010 | 1000001 | 11 | 0 | 1010111 | 10110111 | 110000 | 1001 |
Color Harmonies of #0C2122
Complementary color
Monochromatic Colors of #0C2122
Black with #0C2122
Text Example
Text Example
White with #0C2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2122; }
p { color: rgb(12,33,34); }
H1.HeaderClassName
{
color: #0C2122;
}
.AnyTagClassName
{
color: #0C2122;
}
</style>
background-color css
<style>
a { background-color: #0C2122; }
a { background-color: rgb(12,33,34); }
div.DivClassName
{
background-color: #0C2122;
}
.BgClassName
{
background-color: #0C2122;
}
</style>
border-color css
<style>
span { border-color: #0C2122; }
span { border-color: rgb(12,33,34); }
td.TdClassName
{
border-color: #0C2122;
}
.TagClassName
{
border-color: #0C2122;
}
</style>