Shades of Swamp #0F2121
Tints of Swamp #0F2121
RGB
CMYK
RGB Variations
Color information
#0F2121 (or 0x0F2121) is known color: Swamp. HEX triplet: 0F, 21 and 21. RGB value is (15,33,33). Sum of RGB (Red+Green+Blue) = 15+33+33=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #0F2121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2121 is #F0DEDE. Grayscale: #1B1B1B. Windows color (decimal): -15785695 or 2171151. OLE color: 2171151.
HSL color Cylindrical-coordinate representation of color #0F2121: hue angle of 180º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2121 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 33 | 33 | - |
| CMYK | 0.55 | 0 | 0 | 0.87 |
| HSL | 180º | 0.38% | 0.09% | - |
| HSV(B) | 180º | 0.55% | 0.13% | - |
| XYZ | 1.02 | 1.3 | 1.64 | - |
| YUV | 27.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 33 | 0.55 | 0 | 0 | 0.87 | 180 | 0.38 | 0.09 |
| Hex | F | 21 | 21 | 37 | 0 | 0 | 57 | B4 | 26 | 9 |
| Octal | 17 | 41 | 41 | 67 | 0 | 0 | 127 | 264 | 46 | 11 |
| Binary | 1111 | 100001 | 100001 | 110111 | 0 | 0 | 1010111 | 10110100 | 100110 | 1001 |
Color Harmonies of #0F2121
Complementary color
Monochromatic Colors of #0F2121
Black with #0F2121
Text Example
Text Example
White with #0F2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2121; }
p { color: rgb(15,33,33); }
H1.HeaderClassName
{
color: #0F2121;
}
.AnyTagClassName
{
color: #0F2121;
}
</style>
background-color css
<style>
a { background-color: #0F2121; }
a { background-color: rgb(15,33,33); }
div.DivClassName
{
background-color: #0F2121;
}
.BgClassName
{
background-color: #0F2121;
}
</style>
border-color css
<style>
span { border-color: #0F2121; }
span { border-color: rgb(15,33,33); }
td.TdClassName
{
border-color: #0F2121;
}
.TagClassName
{
border-color: #0F2121;
}
</style>