Shades of Swamp #0B2425
Tints of Swamp #0B2425
RGB
CMYK
RGB Variations
Color information
#0B2425 (or 0x0B2425) is known color: Swamp. HEX triplet: 0B, 24 and 25. RGB value is (11,36,37). Sum of RGB (Red+Green+Blue) = 11+36+37=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B2425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2425 is #F4DBDA. Grayscale: #1C1C1C. Windows color (decimal): -16047067 or 2434059. OLE color: 2434059.
HSL color Cylindrical-coordinate representation of color #0B2425: hue angle of 182.31º 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 #0B2425 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 36 | 37 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.85 |
| HSL | 182.31º | 0.54% | 0.09% | - |
| HSV(B) | 182.31º | 0.7% | 0.15% | - |
| XYZ | 1.1 | 1.47 | 1.98 | - |
| YUV | 28.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 37 | 0.70 | 0.03 | 0 | 0.85 | 182.31 | 0.54 | 0.09 |
| Hex | B | 24 | 25 | 46 | 3 | 0 | 55 | B6 | 36 | 9 |
| Octal | 13 | 44 | 45 | 106 | 3 | 0 | 125 | 266 | 66 | 11 |
| Binary | 1011 | 100100 | 100101 | 1000110 | 11 | 0 | 1010101 | 10110110 | 110110 | 1001 |
Color Harmonies of #0B2425
Complementary color
Monochromatic Colors of #0B2425
Black with #0B2425
Text Example
Text Example
White with #0B2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2425; }
p { color: rgb(11,36,37); }
H1.HeaderClassName
{
color: #0B2425;
}
.AnyTagClassName
{
color: #0B2425;
}
</style>
background-color css
<style>
a { background-color: #0B2425; }
a { background-color: rgb(11,36,37); }
div.DivClassName
{
background-color: #0B2425;
}
.BgClassName
{
background-color: #0B2425;
}
</style>
border-color css
<style>
span { border-color: #0B2425; }
span { border-color: rgb(11,36,37); }
td.TdClassName
{
border-color: #0B2425;
}
.TagClassName
{
border-color: #0B2425;
}
</style>