Shades of Swamp #0F292C
Tints of Swamp #0F292C
RGB
CMYK
RGB Variations
Color information
#0F292C (or 0x0F292C) is known color: Swamp. HEX triplet: 0F, 29 and 2C. RGB value is (15,41,44). Sum of RGB (Red+Green+Blue) = 15+41+44=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F292C is #F0D6D3. Grayscale: #212121. Windows color (decimal): -15783636 or 2894095. OLE color: 2894095.
HSL color Cylindrical-coordinate representation of color #0F292C: hue angle of 186.21º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F292C is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 41 | 44 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.83 |
| HSL | 186.21º | 0.49% | 0.12% | - |
| HSV(B) | 186.21º | 0.66% | 0.17% | - |
| XYZ | 1.44 | 1.87 | 2.67 | - |
| YUV | 33.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 44 | 0.66 | 0.07 | 0 | 0.83 | 186.21 | 0.49 | 0.12 |
| Hex | F | 29 | 2C | 42 | 7 | 0 | 53 | BA | 31 | C |
| Octal | 17 | 51 | 54 | 102 | 7 | 0 | 123 | 272 | 61 | 14 |
| Binary | 1111 | 101001 | 101100 | 1000010 | 111 | 0 | 1010011 | 10111010 | 110001 | 1100 |
Color Harmonies of #0F292C
Complementary color
Monochromatic Colors of #0F292C
Black with #0F292C
Text Example
Text Example
White with #0F292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F292C; }
p { color: rgb(15,41,44); }
H1.HeaderClassName
{
color: #0F292C;
}
.AnyTagClassName
{
color: #0F292C;
}
</style>
background-color css
<style>
a { background-color: #0F292C; }
a { background-color: rgb(15,41,44); }
div.DivClassName
{
background-color: #0F292C;
}
.BgClassName
{
background-color: #0F292C;
}
</style>
border-color css
<style>
span { border-color: #0F292C; }
span { border-color: rgb(15,41,44); }
td.TdClassName
{
border-color: #0F292C;
}
.TagClassName
{
border-color: #0F292C;
}
</style>