Shades of Swamp #0F2221
Tints of Swamp #0F2221
RGB
CMYK
RGB Variations
Color information
#0F2221 (or 0x0F2221) is known color: Swamp. HEX triplet: 0F, 22 and 21. RGB value is (15,34,33). Sum of RGB (Red+Green+Blue) = 15+34+33=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2221 is #F0DDDE. Grayscale: #1C1C1C. Windows color (decimal): -15785439 or 2171407. OLE color: 2171407.
HSL color Cylindrical-coordinate representation of color #0F2221: hue angle of 176.84º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F2221 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 33 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.87 |
| HSL | 176.84º | 0.39% | 0.1% | - |
| HSV(B) | 176.84º | 0.56% | 0.13% | - |
| XYZ | 1.04 | 1.36 | 1.65 | - |
| YUV | 28.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 33 | 0.56 | 0 | 0.03 | 0.87 | 176.84 | 0.39 | 0.1 |
| Hex | F | 22 | 21 | 38 | 0 | 3 | 57 | B1 | 27 | A |
| Octal | 17 | 42 | 41 | 70 | 0 | 3 | 127 | 261 | 47 | 12 |
| Binary | 1111 | 100010 | 100001 | 111000 | 0 | 11 | 1010111 | 10110001 | 100111 | 1010 |
Color Harmonies of #0F2221
Complementary color
Monochromatic Colors of #0F2221
Black with #0F2221
Text Example
Text Example
White with #0F2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2221; }
p { color: rgb(15,34,33); }
H1.HeaderClassName
{
color: #0F2221;
}
.AnyTagClassName
{
color: #0F2221;
}
</style>
background-color css
<style>
a { background-color: #0F2221; }
a { background-color: rgb(15,34,33); }
div.DivClassName
{
background-color: #0F2221;
}
.BgClassName
{
background-color: #0F2221;
}
</style>
border-color css
<style>
span { border-color: #0F2221; }
span { border-color: rgb(15,34,33); }
td.TdClassName
{
border-color: #0F2221;
}
.TagClassName
{
border-color: #0F2221;
}
</style>