Shades of Swamp #1D2728
Tints of Swamp #1D2728
RGB
CMYK
RGB Variations
Color information
#1D2728 (or 0x1D2728) is known color: Swamp. HEX triplet: 1D, 27 and 28. RGB value is (29,39,40). Sum of RGB (Red+Green+Blue) = 29+39+40=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2728 is #E2D8D7. Grayscale: #242424. Windows color (decimal): -14866648 or 2631453. OLE color: 2631453.
HSL color Cylindrical-coordinate representation of color #1D2728: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1D2728 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 39 | 40 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.84 |
| HSL | 185.45º | 0.16% | 0.14% | - |
| HSV(B) | 185.45º | 0.28% | 0.16% | - |
| XYZ | 1.62 | 1.87 | 2.28 | - |
| YUV | 36.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 40 | 0.28 | 0.02 | 0 | 0.84 | 185.45 | 0.16 | 0.14 |
| Hex | 1D | 27 | 28 | 1C | 2 | 0 | 54 | B9 | 10 | E |
| Octal | 35 | 47 | 50 | 34 | 2 | 0 | 124 | 271 | 20 | 16 |
| Binary | 11101 | 100111 | 101000 | 11100 | 10 | 0 | 1010100 | 10111001 | 10000 | 1110 |
Color Harmonies of #1D2728
Complementary color
Monochromatic Colors of #1D2728
Black with #1D2728
Text Example
Text Example
White with #1D2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2728; }
p { color: rgb(29,39,40); }
H1.HeaderClassName
{
color: #1D2728;
}
.AnyTagClassName
{
color: #1D2728;
}
</style>
background-color css
<style>
a { background-color: #1D2728; }
a { background-color: rgb(29,39,40); }
div.DivClassName
{
background-color: #1D2728;
}
.BgClassName
{
background-color: #1D2728;
}
</style>
border-color css
<style>
span { border-color: #1D2728; }
span { border-color: rgb(29,39,40); }
td.TdClassName
{
border-color: #1D2728;
}
.TagClassName
{
border-color: #1D2728;
}
</style>