Shades of Swamp #0B2223
Tints of Swamp #0B2223
RGB
CMYK
RGB Variations
Color information
#0B2223 (or 0x0B2223) is known color: Swamp. HEX triplet: 0B, 22 and 23. RGB value is (11,34,35). Sum of RGB (Red+Green+Blue) = 11+34+35=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2223 is #F4DDDC. Grayscale: #1B1B1B. Windows color (decimal): -16047581 or 2302475. OLE color: 2302475.
HSL color Cylindrical-coordinate representation of color #0B2223: hue angle of 182.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2223 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 34 | 35 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.86 |
| HSL | 182.5º | 0.52% | 0.09% | - |
| HSV(B) | 182.5º | 0.69% | 0.14% | - |
| XYZ | 1.01 | 1.34 | 1.79 | - |
| YUV | 27.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 35 | 0.69 | 0.03 | 0 | 0.86 | 182.5 | 0.52 | 0.09 |
| Hex | B | 22 | 23 | 45 | 3 | 0 | 56 | B6 | 34 | 9 |
| Octal | 13 | 42 | 43 | 105 | 3 | 0 | 126 | 266 | 64 | 11 |
| Binary | 1011 | 100010 | 100011 | 1000101 | 11 | 0 | 1010110 | 10110110 | 110100 | 1001 |
Color Harmonies of #0B2223
Complementary color
Monochromatic Colors of #0B2223
Black with #0B2223
Text Example
Text Example
White with #0B2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2223; }
p { color: rgb(11,34,35); }
H1.HeaderClassName
{
color: #0B2223;
}
.AnyTagClassName
{
color: #0B2223;
}
</style>
background-color css
<style>
a { background-color: #0B2223; }
a { background-color: rgb(11,34,35); }
div.DivClassName
{
background-color: #0B2223;
}
.BgClassName
{
background-color: #0B2223;
}
</style>
border-color css
<style>
span { border-color: #0B2223; }
span { border-color: rgb(11,34,35); }
td.TdClassName
{
border-color: #0B2223;
}
.TagClassName
{
border-color: #0B2223;
}
</style>