Shades of Swamp #1D2425
Tints of Swamp #1D2425
RGB
CMYK
RGB Variations
Color information
#1D2425 (or 0x1D2425) is known color: Swamp. HEX triplet: 1D, 24 and 25. RGB value is (29,36,37). Sum of RGB (Red+Green+Blue) = 29+36+37=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2425 is #E2DBDA. Grayscale: #222222. Windows color (decimal): -14867419 or 2434077. OLE color: 2434077.
HSL color Cylindrical-coordinate representation of color #1D2425: hue angle of 187.5º 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 #1D2425 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 36 | 37 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.85 |
| HSL | 187.5º | 0.12% | 0.13% | - |
| HSV(B) | 187.5º | 0.22% | 0.15% | - |
| XYZ | 1.47 | 1.66 | 1.99 | - |
| YUV | 34.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 37 | 0.22 | 0.03 | 0 | 0.85 | 187.5 | 0.12 | 0.13 |
| Hex | 1D | 24 | 25 | 16 | 3 | 0 | 55 | BC | C | D |
| Octal | 35 | 44 | 45 | 26 | 3 | 0 | 125 | 274 | 14 | 15 |
| Binary | 11101 | 100100 | 100101 | 10110 | 11 | 0 | 1010101 | 10111100 | 1100 | 1101 |
Color Harmonies of #1D2425
Complementary color
Monochromatic Colors of #1D2425
Black with #1D2425
Text Example
Text Example
White with #1D2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2425; }
p { color: rgb(29,36,37); }
H1.HeaderClassName
{
color: #1D2425;
}
.AnyTagClassName
{
color: #1D2425;
}
</style>
background-color css
<style>
a { background-color: #1D2425; }
a { background-color: rgb(29,36,37); }
div.DivClassName
{
background-color: #1D2425;
}
.BgClassName
{
background-color: #1D2425;
}
</style>
border-color css
<style>
span { border-color: #1D2425; }
span { border-color: rgb(29,36,37); }
td.TdClassName
{
border-color: #1D2425;
}
.TagClassName
{
border-color: #1D2425;
}
</style>