Shades of Swamp #0B292C
Tints of Swamp #0B292C
RGB
CMYK
RGB Variations
Color information
#0B292C (or 0x0B292C) is known color: Swamp. HEX triplet: 0B, 29 and 2C. RGB value is (11,41,44). Sum of RGB (Red+Green+Blue) = 11+41+44=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B292C is #F4D6D3. Grayscale: #202020. Windows color (decimal): -16045780 or 2894091. OLE color: 2894091.
HSL color Cylindrical-coordinate representation of color #0B292C: hue angle of 185.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B292C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 41 | 44 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.83 |
| HSL | 185.45º | 0.6% | 0.11% | - |
| HSV(B) | 185.45º | 0.75% | 0.17% | - |
| XYZ | 1.39 | 1.84 | 2.66 | - |
| YUV | 32.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 44 | 0.75 | 0.07 | 0 | 0.83 | 185.45 | 0.6 | 0.11 |
| Hex | B | 29 | 2C | 4B | 7 | 0 | 53 | B9 | 3C | B |
| Octal | 13 | 51 | 54 | 113 | 7 | 0 | 123 | 271 | 74 | 13 |
| Binary | 1011 | 101001 | 101100 | 1001011 | 111 | 0 | 1010011 | 10111001 | 111100 | 1011 |
Color Harmonies of #0B292C
Complementary color
Monochromatic Colors of #0B292C
Black with #0B292C
Text Example
Text Example
White with #0B292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B292C; }
p { color: rgb(11,41,44); }
H1.HeaderClassName
{
color: #0B292C;
}
.AnyTagClassName
{
color: #0B292C;
}
</style>
background-color css
<style>
a { background-color: #0B292C; }
a { background-color: rgb(11,41,44); }
div.DivClassName
{
background-color: #0B292C;
}
.BgClassName
{
background-color: #0B292C;
}
</style>
border-color css
<style>
span { border-color: #0B292C; }
span { border-color: rgb(11,41,44); }
td.TdClassName
{
border-color: #0B292C;
}
.TagClassName
{
border-color: #0B292C;
}
</style>