Shades of Swamp #0B2221
Tints of Swamp #0B2221
RGB
CMYK
RGB Variations
Color information
#0B2221 (or 0x0B2221) is known color: Swamp. HEX triplet: 0B, 22 and 21. RGB value is (11,34,33). Sum of RGB (Red+Green+Blue) = 11+34+33=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #0B2221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2221 is #F4DDDE. Grayscale: #1A1A1A. Windows color (decimal): -16047583 or 2171403. OLE color: 2171403.
HSL color Cylindrical-coordinate representation of color #0B2221: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B2221 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 34 | 33 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.87 |
| HSL | 177.39º | 0.51% | 0.09% | - |
| HSV(B) | 177.39º | 0.68% | 0.13% | - |
| XYZ | 0.98 | 1.33 | 1.64 | - |
| YUV | 27.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 33 | 0.68 | 0 | 0.03 | 0.87 | 177.39 | 0.51 | 0.09 |
| Hex | B | 22 | 21 | 44 | 0 | 3 | 57 | B1 | 33 | 9 |
| Octal | 13 | 42 | 41 | 104 | 0 | 3 | 127 | 261 | 63 | 11 |
| Binary | 1011 | 100010 | 100001 | 1000100 | 0 | 11 | 1010111 | 10110001 | 110011 | 1001 |
Color Harmonies of #0B2221
Complementary color
Monochromatic Colors of #0B2221
Black with #0B2221
Text Example
Text Example
White with #0B2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2221; }
p { color: rgb(11,34,33); }
H1.HeaderClassName
{
color: #0B2221;
}
.AnyTagClassName
{
color: #0B2221;
}
</style>
background-color css
<style>
a { background-color: #0B2221; }
a { background-color: rgb(11,34,33); }
div.DivClassName
{
background-color: #0B2221;
}
.BgClassName
{
background-color: #0B2221;
}
</style>
border-color css
<style>
span { border-color: #0B2221; }
span { border-color: rgb(11,34,33); }
td.TdClassName
{
border-color: #0B2221;
}
.TagClassName
{
border-color: #0B2221;
}
</style>