Shades of Swamp #0C2324
Tints of Swamp #0C2324
RGB
CMYK
RGB Variations
Color information
#0C2324 (or 0x0C2324) is known color: Swamp. HEX triplet: 0C, 23 and 24. RGB value is (12,35,36). Sum of RGB (Red+Green+Blue) = 12+35+36=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C2324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2324 is #F3DCDB. Grayscale: #1C1C1C. Windows color (decimal): -15981788 or 2368268. OLE color: 2368268.
HSL color Cylindrical-coordinate representation of color #0C2324: hue angle of 182.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C2324 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 36 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.86 |
| HSL | 182.5º | 0.5% | 0.09% | - |
| HSV(B) | 182.5º | 0.67% | 0.14% | - |
| XYZ | 1.07 | 1.41 | 1.88 | - |
| YUV | 28.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 36 | 0.67 | 0.03 | 0 | 0.86 | 182.5 | 0.5 | 0.09 |
| Hex | C | 23 | 24 | 43 | 3 | 0 | 56 | B6 | 32 | 9 |
| Octal | 14 | 43 | 44 | 103 | 3 | 0 | 126 | 266 | 62 | 11 |
| Binary | 1100 | 100011 | 100100 | 1000011 | 11 | 0 | 1010110 | 10110110 | 110010 | 1001 |
Color Harmonies of #0C2324
Complementary color
Monochromatic Colors of #0C2324
Black with #0C2324
Text Example
Text Example
White with #0C2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2324; }
p { color: rgb(12,35,36); }
H1.HeaderClassName
{
color: #0C2324;
}
.AnyTagClassName
{
color: #0C2324;
}
</style>
background-color css
<style>
a { background-color: #0C2324; }
a { background-color: rgb(12,35,36); }
div.DivClassName
{
background-color: #0C2324;
}
.BgClassName
{
background-color: #0C2324;
}
</style>
border-color css
<style>
span { border-color: #0C2324; }
span { border-color: rgb(12,35,36); }
td.TdClassName
{
border-color: #0C2324;
}
.TagClassName
{
border-color: #0C2324;
}
</style>