Shades of Swamp #0B2020
Tints of Swamp #0B2020
RGB
CMYK
RGB Variations
Color information
#0B2020 (or 0x0B2020) is known color: Swamp. HEX triplet: 0B, 20 and 20. RGB value is (11,32,32). Sum of RGB (Red+Green+Blue) = 11+32+32=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #0B2020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2020 is #F4DFDF. Grayscale: #191919. Windows color (decimal): -16048096 or 2105355. OLE color: 2105355.
HSL color Cylindrical-coordinate representation of color #0B2020: hue angle of 180º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B2020 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 32 | - |
| CMYK | 0.66 | 0 | 0 | 0.87 |
| HSL | 180º | 0.49% | 0.08% | - |
| HSV(B) | 180º | 0.66% | 0.13% | - |
| XYZ | 0.92 | 1.21 | 1.55 | - |
| YUV | 25.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 32 | 0.66 | 0 | 0 | 0.87 | 180 | 0.49 | 0.08 |
| Hex | B | 20 | 20 | 42 | 0 | 0 | 57 | B4 | 31 | 8 |
| Octal | 13 | 40 | 40 | 102 | 0 | 0 | 127 | 264 | 61 | 10 |
| Binary | 1011 | 100000 | 100000 | 1000010 | 0 | 0 | 1010111 | 10110100 | 110001 | 1000 |
Color Harmonies of #0B2020
Complementary color
Monochromatic Colors of #0B2020
Black with #0B2020
Text Example
Text Example
White with #0B2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2020; }
p { color: rgb(11,32,32); }
H1.HeaderClassName
{
color: #0B2020;
}
.AnyTagClassName
{
color: #0B2020;
}
</style>
background-color css
<style>
a { background-color: #0B2020; }
a { background-color: rgb(11,32,32); }
div.DivClassName
{
background-color: #0B2020;
}
.BgClassName
{
background-color: #0B2020;
}
</style>
border-color css
<style>
span { border-color: #0B2020; }
span { border-color: rgb(11,32,32); }
td.TdClassName
{
border-color: #0B2020;
}
.TagClassName
{
border-color: #0B2020;
}
</style>