Shades of Swamp #0D2426
Tints of Swamp #0D2426
RGB
CMYK
RGB Variations
Color information
#0D2426 (or 0x0D2426) is known color: Swamp. HEX triplet: 0D, 24 and 26. RGB value is (13,36,38). Sum of RGB (Red+Green+Blue) = 13+36+38=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D2426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2426 is #F2DBD9. Grayscale: #1D1D1D. Windows color (decimal): -15915994 or 2499597. OLE color: 2499597.
HSL color Cylindrical-coordinate representation of color #0D2426: hue angle of 184.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2426 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 36 | 38 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.85 |
| HSL | 184.8º | 0.49% | 0.1% | - |
| HSV(B) | 184.8º | 0.66% | 0.15% | - |
| XYZ | 1.15 | 1.49 | 2.06 | - |
| YUV | 29.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 38 | 0.66 | 0.05 | 0 | 0.85 | 184.8 | 0.49 | 0.1 |
| Hex | D | 24 | 26 | 42 | 5 | 0 | 55 | B9 | 31 | A |
| Octal | 15 | 44 | 46 | 102 | 5 | 0 | 125 | 271 | 61 | 12 |
| Binary | 1101 | 100100 | 100110 | 1000010 | 101 | 0 | 1010101 | 10111001 | 110001 | 1010 |
Color Harmonies of #0D2426
Complementary color
Monochromatic Colors of #0D2426
Black with #0D2426
Text Example
Text Example
White with #0D2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2426; }
p { color: rgb(13,36,38); }
H1.HeaderClassName
{
color: #0D2426;
}
.AnyTagClassName
{
color: #0D2426;
}
</style>
background-color css
<style>
a { background-color: #0D2426; }
a { background-color: rgb(13,36,38); }
div.DivClassName
{
background-color: #0D2426;
}
.BgClassName
{
background-color: #0D2426;
}
</style>
border-color css
<style>
span { border-color: #0D2426; }
span { border-color: rgb(13,36,38); }
td.TdClassName
{
border-color: #0D2426;
}
.TagClassName
{
border-color: #0D2426;
}
</style>