Shades of Swamp #1D2525
Tints of Swamp #1D2525
RGB
CMYK
RGB Variations
Color information
#1D2525 (or 0x1D2525) is known color: Swamp. HEX triplet: 1D, 25 and 25. RGB value is (29,37,37). Sum of RGB (Red+Green+Blue) = 29+37+37=103 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.16% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #1D2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2525 is #E2DADA. Grayscale: #222222. Windows color (decimal): -14867163 or 2434333. OLE color: 2434333.
HSL color Cylindrical-coordinate representation of color #1D2525: hue angle of 180º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2525 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 37 | - |
| CMYK | 0.22 | 0 | 0 | 0.85 |
| HSL | 180º | 0.12% | 0.13% | - |
| HSV(B) | 180º | 0.22% | 0.15% | - |
| XYZ | 1.5 | 1.72 | 2 | - |
| YUV | 34.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 37 | 0.22 | 0 | 0 | 0.85 | 180 | 0.12 | 0.13 |
| Hex | 1D | 25 | 25 | 16 | 0 | 0 | 55 | B4 | C | D |
| Octal | 35 | 45 | 45 | 26 | 0 | 0 | 125 | 264 | 14 | 15 |
| Binary | 11101 | 100101 | 100101 | 10110 | 0 | 0 | 1010101 | 10110100 | 1100 | 1101 |
Color Harmonies of #1D2525
Complementary color
Monochromatic Colors of #1D2525
Black with #1D2525
Text Example
Text Example
White with #1D2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2525; }
p { color: rgb(29,37,37); }
H1.HeaderClassName
{
color: #1D2525;
}
.AnyTagClassName
{
color: #1D2525;
}
</style>
background-color css
<style>
a { background-color: #1D2525; }
a { background-color: rgb(29,37,37); }
div.DivClassName
{
background-color: #1D2525;
}
.BgClassName
{
background-color: #1D2525;
}
</style>
border-color css
<style>
span { border-color: #1D2525; }
span { border-color: rgb(29,37,37); }
td.TdClassName
{
border-color: #1D2525;
}
.TagClassName
{
border-color: #1D2525;
}
</style>