Shades of Swamp #1D3533
Tints of Swamp #1D3533
RGB
CMYK
RGB Variations
Color information
#1D3533 (or 0x1D3533) is known color: Swamp. HEX triplet: 1D, 35 and 33. RGB value is (29,53,51). Sum of RGB (Red+Green+Blue) = 29+53+51=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3533 is #E2CACC. Grayscale: #2D2D2D. Windows color (decimal): -14863053 or 3355933. OLE color: 3355933.
HSL color Cylindrical-coordinate representation of color #1D3533: hue angle of 175º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D3533 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 51 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.79 |
| HSL | 175º | 0.29% | 0.16% | - |
| HSV(B) | 175º | 0.45% | 0.21% | - |
| XYZ | 2.38 | 3.05 | 3.59 | - |
| YUV | 45.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 51 | 0.45 | 0 | 0.04 | 0.79 | 175 | 0.29 | 0.16 |
| Hex | 1D | 35 | 33 | 2D | 0 | 4 | 4F | AF | 1D | 10 |
| Octal | 35 | 65 | 63 | 55 | 0 | 4 | 117 | 257 | 35 | 20 |
| Binary | 11101 | 110101 | 110011 | 101101 | 0 | 100 | 1001111 | 10101111 | 11101 | 10000 |
Color Harmonies of #1D3533
Complementary color
Monochromatic Colors of #1D3533
Black with #1D3533
Text Example
Text Example
White with #1D3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3533; }
p { color: rgb(29,53,51); }
H1.HeaderClassName
{
color: #1D3533;
}
.AnyTagClassName
{
color: #1D3533;
}
</style>
background-color css
<style>
a { background-color: #1D3533; }
a { background-color: rgb(29,53,51); }
div.DivClassName
{
background-color: #1D3533;
}
.BgClassName
{
background-color: #1D3533;
}
</style>
border-color css
<style>
span { border-color: #1D3533; }
span { border-color: rgb(29,53,51); }
td.TdClassName
{
border-color: #1D3533;
}
.TagClassName
{
border-color: #1D3533;
}
</style>