Shades of Swamp #1D3031
Tints of Swamp #1D3031
RGB
CMYK
RGB Variations
Color information
#1D3031 (or 0x1D3031) is known color: Swamp. HEX triplet: 1D, 30 and 31. RGB value is (29,48,49). Sum of RGB (Red+Green+Blue) = 29+48+49=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3031 is #E2CFCE. Grayscale: #2A2A2A. Windows color (decimal): -14864335 or 3223581. OLE color: 3223581.
HSL color Cylindrical-coordinate representation of color #1D3031: hue angle of 183º 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 #1D3031 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 49 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.81 |
| HSL | 183º | 0.26% | 0.15% | - |
| HSV(B) | 183º | 0.41% | 0.19% | - |
| XYZ | 2.12 | 2.6 | 3.3 | - |
| YUV | 42.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 49 | 0.41 | 0.02 | 0 | 0.81 | 183 | 0.26 | 0.15 |
| Hex | 1D | 30 | 31 | 29 | 2 | 0 | 51 | B7 | 1A | F |
| Octal | 35 | 60 | 61 | 51 | 2 | 0 | 121 | 267 | 32 | 17 |
| Binary | 11101 | 110000 | 110001 | 101001 | 10 | 0 | 1010001 | 10110111 | 11010 | 1111 |
Color Harmonies of #1D3031
Complementary color
Monochromatic Colors of #1D3031
Black with #1D3031
Text Example
Text Example
White with #1D3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3031; }
p { color: rgb(29,48,49); }
H1.HeaderClassName
{
color: #1D3031;
}
.AnyTagClassName
{
color: #1D3031;
}
</style>
background-color css
<style>
a { background-color: #1D3031; }
a { background-color: rgb(29,48,49); }
div.DivClassName
{
background-color: #1D3031;
}
.BgClassName
{
background-color: #1D3031;
}
</style>
border-color css
<style>
span { border-color: #1D3031; }
span { border-color: rgb(29,48,49); }
td.TdClassName
{
border-color: #1D3031;
}
.TagClassName
{
border-color: #1D3031;
}
</style>