Shades of Swamp #0B272A
Tints of Swamp #0B272A
RGB
CMYK
RGB Variations
Color information
#0B272A (or 0x0B272A) is known color: Swamp. HEX triplet: 0B, 27 and 2A. RGB value is (11,39,42). Sum of RGB (Red+Green+Blue) = 11+39+42=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B272A is #F4D8D5. Grayscale: #1E1E1E. Windows color (decimal): -16046294 or 2762507. OLE color: 2762507.
HSL color Cylindrical-coordinate representation of color #0B272A: hue angle of 185.81º 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 #0B272A is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 39 | 42 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.84 |
| HSL | 185.81º | 0.58% | 0.1% | - |
| HSV(B) | 185.81º | 0.74% | 0.16% | - |
| XYZ | 1.28 | 1.69 | 2.45 | - |
| YUV | 30.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 42 | 0.74 | 0.07 | 0 | 0.84 | 185.81 | 0.58 | 0.1 |
| Hex | B | 27 | 2A | 4A | 7 | 0 | 54 | BA | 3A | A |
| Octal | 13 | 47 | 52 | 112 | 7 | 0 | 124 | 272 | 72 | 12 |
| Binary | 1011 | 100111 | 101010 | 1001010 | 111 | 0 | 1010100 | 10111010 | 111010 | 1010 |
Color Harmonies of #0B272A
Complementary color
Monochromatic Colors of #0B272A
Black with #0B272A
Text Example
Text Example
White with #0B272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B272A; }
p { color: rgb(11,39,42); }
H1.HeaderClassName
{
color: #0B272A;
}
.AnyTagClassName
{
color: #0B272A;
}
</style>
background-color css
<style>
a { background-color: #0B272A; }
a { background-color: rgb(11,39,42); }
div.DivClassName
{
background-color: #0B272A;
}
.BgClassName
{
background-color: #0B272A;
}
</style>
border-color css
<style>
span { border-color: #0B272A; }
span { border-color: rgb(11,39,42); }
td.TdClassName
{
border-color: #0B272A;
}
.TagClassName
{
border-color: #0B272A;
}
</style>