Shades of Swamp #0C2626
Tints of Swamp #0C2626
RGB
CMYK
RGB Variations
Color information
#0C2626 (or 0x0C2626) is known color: Swamp. HEX triplet: 0C, 26 and 26. RGB value is (12,38,38). Sum of RGB (Red+Green+Blue) = 12+38+38=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #0C2626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2626 is #F3D9D9. Grayscale: #1E1E1E. Windows color (decimal): -15981018 or 2500108. OLE color: 2500108.
HSL color Cylindrical-coordinate representation of color #0C2626: hue angle of 180º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2626 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 38 | - |
| CMYK | 0.68 | 0 | 0 | 0.85 |
| HSL | 180º | 0.52% | 0.1% | - |
| HSV(B) | 180º | 0.68% | 0.15% | - |
| XYZ | 1.19 | 1.6 | 2.08 | - |
| YUV | 30.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 38 | 0.68 | 0 | 0 | 0.85 | 180 | 0.52 | 0.1 |
| Hex | C | 26 | 26 | 44 | 0 | 0 | 55 | B4 | 34 | A |
| Octal | 14 | 46 | 46 | 104 | 0 | 0 | 125 | 264 | 64 | 12 |
| Binary | 1100 | 100110 | 100110 | 1000100 | 0 | 0 | 1010101 | 10110100 | 110100 | 1010 |
Color Harmonies of #0C2626
Complementary color
Monochromatic Colors of #0C2626
Black with #0C2626
Text Example
Text Example
White with #0C2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2626; }
p { color: rgb(12,38,38); }
H1.HeaderClassName
{
color: #0C2626;
}
.AnyTagClassName
{
color: #0C2626;
}
</style>
background-color css
<style>
a { background-color: #0C2626; }
a { background-color: rgb(12,38,38); }
div.DivClassName
{
background-color: #0C2626;
}
.BgClassName
{
background-color: #0C2626;
}
</style>
border-color css
<style>
span { border-color: #0C2626; }
span { border-color: rgb(12,38,38); }
td.TdClassName
{
border-color: #0C2626;
}
.TagClassName
{
border-color: #0C2626;
}
</style>