Shades of Swamp #0B282A
Tints of Swamp #0B282A
RGB
CMYK
RGB Variations
Color information
#0B282A (or 0x0B282A) is known color: Swamp. HEX triplet: 0B, 28 and 2A. RGB value is (11,40,42). Sum of RGB (Red+Green+Blue) = 11+40+42=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B282A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B282A is #F4D7D5. Grayscale: #1F1F1F. Windows color (decimal): -16046038 or 2762763. OLE color: 2762763.
HSL color Cylindrical-coordinate representation of color #0B282A: hue angle of 183.87º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B282A is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 42 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.84 |
| HSL | 183.87º | 0.58% | 0.1% | - |
| HSV(B) | 183.87º | 0.74% | 0.16% | - |
| XYZ | 1.31 | 1.76 | 2.46 | - |
| YUV | 31.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 42 | 0.74 | 0.05 | 0 | 0.84 | 183.87 | 0.58 | 0.1 |
| Hex | B | 28 | 2A | 4A | 5 | 0 | 54 | B8 | 3A | A |
| Octal | 13 | 50 | 52 | 112 | 5 | 0 | 124 | 270 | 72 | 12 |
| Binary | 1011 | 101000 | 101010 | 1001010 | 101 | 0 | 1010100 | 10111000 | 111010 | 1010 |
Color Harmonies of #0B282A
Complementary color
Monochromatic Colors of #0B282A
Black with #0B282A
Text Example
Text Example
White with #0B282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B282A; }
p { color: rgb(11,40,42); }
H1.HeaderClassName
{
color: #0B282A;
}
.AnyTagClassName
{
color: #0B282A;
}
</style>
background-color css
<style>
a { background-color: #0B282A; }
a { background-color: rgb(11,40,42); }
div.DivClassName
{
background-color: #0B282A;
}
.BgClassName
{
background-color: #0B282A;
}
</style>
border-color css
<style>
span { border-color: #0B282A; }
span { border-color: rgb(11,40,42); }
td.TdClassName
{
border-color: #0B282A;
}
.TagClassName
{
border-color: #0B282A;
}
</style>