Shades of Swamp #0F312E
Tints of Swamp #0F312E
RGB
CMYK
RGB Variations
Color information
#0F312E (or 0x0F312E) is known color: Swamp. HEX triplet: 0F, 31 and 2E. RGB value is (15,49,46). Sum of RGB (Red+Green+Blue) = 15+49+46=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #0F312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F312E is #F0CED1. Grayscale: #262626. Windows color (decimal): -15781586 or 3027215. OLE color: 3027215.
HSL color Cylindrical-coordinate representation of color #0F312E: hue angle of 174.71º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F312E is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 46 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.81 |
| HSL | 174.71º | 0.53% | 0.13% | - |
| HSV(B) | 174.71º | 0.69% | 0.19% | - |
| XYZ | 1.79 | 2.5 | 2.97 | - |
| YUV | 38.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 46 | 0.69 | 0 | 0.06 | 0.81 | 174.71 | 0.53 | 0.13 |
| Hex | F | 31 | 2E | 45 | 0 | 6 | 51 | AF | 35 | D |
| Octal | 17 | 61 | 56 | 105 | 0 | 6 | 121 | 257 | 65 | 15 |
| Binary | 1111 | 110001 | 101110 | 1000101 | 0 | 110 | 1010001 | 10101111 | 110101 | 1101 |
Color Harmonies of #0F312E
Complementary color
Monochromatic Colors of #0F312E
Black with #0F312E
Text Example
Text Example
White with #0F312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F312E; }
p { color: rgb(15,49,46); }
H1.HeaderClassName
{
color: #0F312E;
}
.AnyTagClassName
{
color: #0F312E;
}
</style>
background-color css
<style>
a { background-color: #0F312E; }
a { background-color: rgb(15,49,46); }
div.DivClassName
{
background-color: #0F312E;
}
.BgClassName
{
background-color: #0F312E;
}
</style>
border-color css
<style>
span { border-color: #0F312E; }
span { border-color: rgb(15,49,46); }
td.TdClassName
{
border-color: #0F312E;
}
.TagClassName
{
border-color: #0F312E;
}
</style>