Shades of Swamp #1D3130
Tints of Swamp #1D3130
RGB
CMYK
RGB Variations
Color information
#1D3130 (or 0x1D3130) is known color: Swamp. HEX triplet: 1D, 31 and 30. RGB value is (29,49,48). Sum of RGB (Red+Green+Blue) = 29+49+48=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3130 is #E2CECF. Grayscale: #2A2A2A. Windows color (decimal): -14864080 or 3158301. OLE color: 3158301.
HSL color Cylindrical-coordinate representation of color #1D3130: hue angle of 177º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3130 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 48 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.81 |
| HSL | 177º | 0.26% | 0.15% | - |
| HSV(B) | 177º | 0.41% | 0.19% | - |
| XYZ | 2.14 | 2.67 | 3.2 | - |
| YUV | 42.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 48 | 0.41 | 0 | 0.02 | 0.81 | 177 | 0.26 | 0.15 |
| Hex | 1D | 31 | 30 | 29 | 0 | 2 | 51 | B1 | 1A | F |
| Octal | 35 | 61 | 60 | 51 | 0 | 2 | 121 | 261 | 32 | 17 |
| Binary | 11101 | 110001 | 110000 | 101001 | 0 | 10 | 1010001 | 10110001 | 11010 | 1111 |
Color Harmonies of #1D3130
Complementary color
Monochromatic Colors of #1D3130
Black with #1D3130
Text Example
Text Example
White with #1D3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3130; }
p { color: rgb(29,49,48); }
H1.HeaderClassName
{
color: #1D3130;
}
.AnyTagClassName
{
color: #1D3130;
}
</style>
background-color css
<style>
a { background-color: #1D3130; }
a { background-color: rgb(29,49,48); }
div.DivClassName
{
background-color: #1D3130;
}
.BgClassName
{
background-color: #1D3130;
}
</style>
border-color css
<style>
span { border-color: #1D3130; }
span { border-color: rgb(29,49,48); }
td.TdClassName
{
border-color: #1D3130;
}
.TagClassName
{
border-color: #1D3130;
}
</style>