Shades of Swamp #0B2524
Tints of Swamp #0B2524
RGB
CMYK
RGB Variations
Color information
#0B2524 (or 0x0B2524) is known color: Swamp. HEX triplet: 0B, 25 and 24. RGB value is (11,37,36). Sum of RGB (Red+Green+Blue) = 11+37+36=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2524 is #F4DADB. Grayscale: #1D1D1D. Windows color (decimal): -16046812 or 2368779. OLE color: 2368779.
HSL color Cylindrical-coordinate representation of color #0B2524: hue angle of 177.69º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2524 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 36 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.85 |
| HSL | 177.69º | 0.54% | 0.09% | - |
| HSV(B) | 177.69º | 0.7% | 0.15% | - |
| XYZ | 1.12 | 1.52 | 1.9 | - |
| YUV | 29.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 36 | 0.70 | 0 | 0.03 | 0.85 | 177.69 | 0.54 | 0.09 |
| Hex | B | 25 | 24 | 46 | 0 | 3 | 55 | B2 | 36 | 9 |
| Octal | 13 | 45 | 44 | 106 | 0 | 3 | 125 | 262 | 66 | 11 |
| Binary | 1011 | 100101 | 100100 | 1000110 | 0 | 11 | 1010101 | 10110010 | 110110 | 1001 |
Color Harmonies of #0B2524
Complementary color
Monochromatic Colors of #0B2524
Black with #0B2524
Text Example
Text Example
White with #0B2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2524; }
p { color: rgb(11,37,36); }
H1.HeaderClassName
{
color: #0B2524;
}
.AnyTagClassName
{
color: #0B2524;
}
</style>
background-color css
<style>
a { background-color: #0B2524; }
a { background-color: rgb(11,37,36); }
div.DivClassName
{
background-color: #0B2524;
}
.BgClassName
{
background-color: #0B2524;
}
</style>
border-color css
<style>
span { border-color: #0B2524; }
span { border-color: rgb(11,37,36); }
td.TdClassName
{
border-color: #0B2524;
}
.TagClassName
{
border-color: #0B2524;
}
</style>