Shades of Swamp #0D292C
Tints of Swamp #0D292C
RGB
CMYK
RGB Variations
Color information
#0D292C (or 0x0D292C) is known color: Swamp. HEX triplet: 0D, 29 and 2C. RGB value is (13,41,44). Sum of RGB (Red+Green+Blue) = 13+41+44=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D292C is #F2D6D3. Grayscale: #202020. Windows color (decimal): -15914708 or 2894093. OLE color: 2894093.
HSL color Cylindrical-coordinate representation of color #0D292C: hue angle of 185.81º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D292C is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 41 | 44 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.83 |
| HSL | 185.81º | 0.54% | 0.11% | - |
| HSV(B) | 185.81º | 0.7% | 0.17% | - |
| XYZ | 1.41 | 1.85 | 2.67 | - |
| YUV | 32.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 44 | 0.70 | 0.07 | 0 | 0.83 | 185.81 | 0.54 | 0.11 |
| Hex | D | 29 | 2C | 46 | 7 | 0 | 53 | BA | 36 | B |
| Octal | 15 | 51 | 54 | 106 | 7 | 0 | 123 | 272 | 66 | 13 |
| Binary | 1101 | 101001 | 101100 | 1000110 | 111 | 0 | 1010011 | 10111010 | 110110 | 1011 |
Color Harmonies of #0D292C
Complementary color
Monochromatic Colors of #0D292C
Black with #0D292C
Text Example
Text Example
White with #0D292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D292C; }
p { color: rgb(13,41,44); }
H1.HeaderClassName
{
color: #0D292C;
}
.AnyTagClassName
{
color: #0D292C;
}
</style>
background-color css
<style>
a { background-color: #0D292C; }
a { background-color: rgb(13,41,44); }
div.DivClassName
{
background-color: #0D292C;
}
.BgClassName
{
background-color: #0D292C;
}
</style>
border-color css
<style>
span { border-color: #0D292C; }
span { border-color: rgb(13,41,44); }
td.TdClassName
{
border-color: #0D292C;
}
.TagClassName
{
border-color: #0D292C;
}
</style>