Shades of Swamp #0D292A
Tints of Swamp #0D292A
RGB
CMYK
RGB Variations
Color information
#0D292A (or 0x0D292A) is known color: Swamp. HEX triplet: 0D, 29 and 2A. RGB value is (13,41,42). Sum of RGB (Red+Green+Blue) = 13+41+42=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D292A is #F2D6D5. Grayscale: #202020. Windows color (decimal): -15914710 or 2763021. OLE color: 2763021.
HSL color Cylindrical-coordinate representation of color #0D292A: hue angle of 182.07º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D292A is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 42 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.84 |
| HSL | 182.07º | 0.53% | 0.11% | - |
| HSV(B) | 182.07º | 0.69% | 0.16% | - |
| XYZ | 1.38 | 1.84 | 2.47 | - |
| YUV | 32.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 42 | 0.69 | 0.02 | 0 | 0.84 | 182.07 | 0.53 | 0.11 |
| Hex | D | 29 | 2A | 45 | 2 | 0 | 54 | B6 | 35 | B |
| Octal | 15 | 51 | 52 | 105 | 2 | 0 | 124 | 266 | 65 | 13 |
| Binary | 1101 | 101001 | 101010 | 1000101 | 10 | 0 | 1010100 | 10110110 | 110101 | 1011 |
Color Harmonies of #0D292A
Complementary color
Monochromatic Colors of #0D292A
Black with #0D292A
Text Example
Text Example
White with #0D292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D292A; }
p { color: rgb(13,41,42); }
H1.HeaderClassName
{
color: #0D292A;
}
.AnyTagClassName
{
color: #0D292A;
}
</style>
background-color css
<style>
a { background-color: #0D292A; }
a { background-color: rgb(13,41,42); }
div.DivClassName
{
background-color: #0D292A;
}
.BgClassName
{
background-color: #0D292A;
}
</style>
border-color css
<style>
span { border-color: #0D292A; }
span { border-color: rgb(13,41,42); }
td.TdClassName
{
border-color: #0D292A;
}
.TagClassName
{
border-color: #0D292A;
}
</style>