Shades of Swamp #0C2223
Tints of Swamp #0C2223
RGB
CMYK
RGB Variations
Color information
#0C2223 (or 0x0C2223) is known color: Swamp. HEX triplet: 0C, 22 and 23. RGB value is (12,34,35). Sum of RGB (Red+Green+Blue) = 12+34+35=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2223 is #F3DDDC. Grayscale: #1B1B1B. Windows color (decimal): -15982045 or 2302476. OLE color: 2302476.
HSL color Cylindrical-coordinate representation of color #0C2223: hue angle of 182.61º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2223 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 34 | 35 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.86 |
| HSL | 182.61º | 0.49% | 0.09% | - |
| HSV(B) | 182.61º | 0.66% | 0.14% | - |
| XYZ | 1.03 | 1.34 | 1.8 | - |
| YUV | 27.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 35 | 0.66 | 0.03 | 0 | 0.86 | 182.61 | 0.49 | 0.09 |
| Hex | C | 22 | 23 | 42 | 3 | 0 | 56 | B7 | 31 | 9 |
| Octal | 14 | 42 | 43 | 102 | 3 | 0 | 126 | 267 | 61 | 11 |
| Binary | 1100 | 100010 | 100011 | 1000010 | 11 | 0 | 1010110 | 10110111 | 110001 | 1001 |
Color Harmonies of #0C2223
Complementary color
Monochromatic Colors of #0C2223
Black with #0C2223
Text Example
Text Example
White with #0C2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2223; }
p { color: rgb(12,34,35); }
H1.HeaderClassName
{
color: #0C2223;
}
.AnyTagClassName
{
color: #0C2223;
}
</style>
background-color css
<style>
a { background-color: #0C2223; }
a { background-color: rgb(12,34,35); }
div.DivClassName
{
background-color: #0C2223;
}
.BgClassName
{
background-color: #0C2223;
}
</style>
border-color css
<style>
span { border-color: #0C2223; }
span { border-color: rgb(12,34,35); }
td.TdClassName
{
border-color: #0C2223;
}
.TagClassName
{
border-color: #0C2223;
}
</style>