Shades of Swamp #0C2728
Tints of Swamp #0C2728
RGB
CMYK
RGB Variations
Color information
#0C2728 (or 0x0C2728) is known color: Swamp. HEX triplet: 0C, 27 and 28. RGB value is (12,39,40). Sum of RGB (Red+Green+Blue) = 12+39+40=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C2728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2728 is #F3D8D7. Grayscale: #1F1F1F. Windows color (decimal): -15980760 or 2631436. OLE color: 2631436.
HSL color Cylindrical-coordinate representation of color #0C2728: hue angle of 182.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C2728 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 39 | 40 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.84 |
| HSL | 182.14º | 0.54% | 0.1% | - |
| HSV(B) | 182.14º | 0.7% | 0.16% | - |
| XYZ | 1.26 | 1.68 | 2.27 | - |
| YUV | 31.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 40 | 0.70 | 0.02 | 0 | 0.84 | 182.14 | 0.54 | 0.1 |
| Hex | C | 27 | 28 | 46 | 2 | 0 | 54 | B6 | 36 | A |
| Octal | 14 | 47 | 50 | 106 | 2 | 0 | 124 | 266 | 66 | 12 |
| Binary | 1100 | 100111 | 101000 | 1000110 | 10 | 0 | 1010100 | 10110110 | 110110 | 1010 |
Color Harmonies of #0C2728
Complementary color
Monochromatic Colors of #0C2728
Black with #0C2728
Text Example
Text Example
White with #0C2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2728; }
p { color: rgb(12,39,40); }
H1.HeaderClassName
{
color: #0C2728;
}
.AnyTagClassName
{
color: #0C2728;
}
</style>
background-color css
<style>
a { background-color: #0C2728; }
a { background-color: rgb(12,39,40); }
div.DivClassName
{
background-color: #0C2728;
}
.BgClassName
{
background-color: #0C2728;
}
</style>
border-color css
<style>
span { border-color: #0C2728; }
span { border-color: rgb(12,39,40); }
td.TdClassName
{
border-color: #0C2728;
}
.TagClassName
{
border-color: #0C2728;
}
</style>