Shades of Swamp #0F1F20
Tints of Swamp #0F1F20
RGB
CMYK
RGB Variations
Color information
#0F1F20 (or 0x0F1F20) is known color: Swamp. HEX triplet: 0F, 1F and 20. RGB value is (15,31,32). Sum of RGB (Red+Green+Blue) = 15+31+32=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F20 is #F0E0DF. Grayscale: #1A1A1A. Windows color (decimal): -15786208 or 2105103. OLE color: 2105103.
HSL color Cylindrical-coordinate representation of color #0F1F20: hue angle of 183.53º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F1F20 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 31 | 32 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.87 |
| HSL | 183.53º | 0.36% | 0.09% | - |
| HSV(B) | 183.53º | 0.53% | 0.13% | - |
| XYZ | 0.95 | 1.19 | 1.55 | - |
| YUV | 26.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 32 | 0.53 | 0.03 | 0 | 0.87 | 183.53 | 0.36 | 0.09 |
| Hex | F | 1F | 20 | 35 | 3 | 0 | 57 | B8 | 24 | 9 |
| Octal | 17 | 37 | 40 | 65 | 3 | 0 | 127 | 270 | 44 | 11 |
| Binary | 1111 | 11111 | 100000 | 110101 | 11 | 0 | 1010111 | 10111000 | 100100 | 1001 |
Color Harmonies of #0F1F20
Complementary color
Monochromatic Colors of #0F1F20
Black with #0F1F20
Text Example
Text Example
White with #0F1F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F20; }
p { color: rgb(15,31,32); }
H1.HeaderClassName
{
color: #0F1F20;
}
.AnyTagClassName
{
color: #0F1F20;
}
</style>
background-color css
<style>
a { background-color: #0F1F20; }
a { background-color: rgb(15,31,32); }
div.DivClassName
{
background-color: #0F1F20;
}
.BgClassName
{
background-color: #0F1F20;
}
</style>
border-color css
<style>
span { border-color: #0F1F20; }
span { border-color: rgb(15,31,32); }
td.TdClassName
{
border-color: #0F1F20;
}
.TagClassName
{
border-color: #0F1F20;
}
</style>