Shades of Swamp #1B2829
Tints of Swamp #1B2829
RGB
CMYK
RGB Variations
Color information
#1B2829 (or 0x1B2829) is known color: Swamp. HEX triplet: 1B, 28 and 29. RGB value is (27,40,41). Sum of RGB (Red+Green+Blue) = 27+40+41=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 41 - color contains mainly: blue. Hex color #1B2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2829 is #E4D7D6. Grayscale: #242424. Windows color (decimal): -14997463 or 2697243. OLE color: 2697243.
HSL color Cylindrical-coordinate representation of color #1B2829: hue angle of 184.29º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B2829 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 41 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.84 |
| HSL | 184.29º | 0.21% | 0.13% | - |
| HSV(B) | 184.29º | 0.34% | 0.16% | - |
| XYZ | 1.61 | 1.91 | 2.38 | - |
| YUV | 36.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 41 | 0.34 | 0.02 | 0 | 0.84 | 184.29 | 0.21 | 0.13 |
| Hex | 1B | 28 | 29 | 22 | 2 | 0 | 54 | B8 | 15 | D |
| Octal | 33 | 50 | 51 | 42 | 2 | 0 | 124 | 270 | 25 | 15 |
| Binary | 11011 | 101000 | 101001 | 100010 | 10 | 0 | 1010100 | 10111000 | 10101 | 1101 |
Color Harmonies of #1B2829
Complementary color
Monochromatic Colors of #1B2829
Black with #1B2829
Text Example
Text Example
White with #1B2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2829; }
p { color: rgb(27,40,41); }
H1.HeaderClassName
{
color: #1B2829;
}
.AnyTagClassName
{
color: #1B2829;
}
</style>
background-color css
<style>
a { background-color: #1B2829; }
a { background-color: rgb(27,40,41); }
div.DivClassName
{
background-color: #1B2829;
}
.BgClassName
{
background-color: #1B2829;
}
</style>
border-color css
<style>
span { border-color: #1B2829; }
span { border-color: rgb(27,40,41); }
td.TdClassName
{
border-color: #1B2829;
}
.TagClassName
{
border-color: #1B2829;
}
</style>