Shades of Swamp #0C272A
Tints of Swamp #0C272A
RGB
CMYK
RGB Variations
Color information
#0C272A (or 0x0C272A) is known color: Swamp. HEX triplet: 0C, 27 and 2A. RGB value is (12,39,42). Sum of RGB (Red+Green+Blue) = 12+39+42=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C272A is #F3D8D5. Grayscale: #1F1F1F. Windows color (decimal): -15980758 or 2762508. OLE color: 2762508.
HSL color Cylindrical-coordinate representation of color #0C272A: hue angle of 186º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C272A is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 39 | 42 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.84 |
| HSL | 186º | 0.56% | 0.11% | - |
| HSV(B) | 186º | 0.71% | 0.16% | - |
| XYZ | 1.3 | 1.7 | 2.45 | - |
| YUV | 31.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 42 | 0.71 | 0.07 | 0 | 0.84 | 186 | 0.56 | 0.11 |
| Hex | C | 27 | 2A | 47 | 7 | 0 | 54 | BA | 38 | B |
| Octal | 14 | 47 | 52 | 107 | 7 | 0 | 124 | 272 | 70 | 13 |
| Binary | 1100 | 100111 | 101010 | 1000111 | 111 | 0 | 1010100 | 10111010 | 111000 | 1011 |
Color Harmonies of #0C272A
Complementary color
Monochromatic Colors of #0C272A
Black with #0C272A
Text Example
Text Example
White with #0C272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C272A; }
p { color: rgb(12,39,42); }
H1.HeaderClassName
{
color: #0C272A;
}
.AnyTagClassName
{
color: #0C272A;
}
</style>
background-color css
<style>
a { background-color: #0C272A; }
a { background-color: rgb(12,39,42); }
div.DivClassName
{
background-color: #0C272A;
}
.BgClassName
{
background-color: #0C272A;
}
</style>
border-color css
<style>
span { border-color: #0C272A; }
span { border-color: rgb(12,39,42); }
td.TdClassName
{
border-color: #0C272A;
}
.TagClassName
{
border-color: #0C272A;
}
</style>