Shades of Swamp #102829
Tints of Swamp #102829
RGB
CMYK
RGB Variations
Color information
#102829 (or 0x102829) is known color: Swamp. HEX triplet: 10, 28 and 29. RGB value is (16,40,41). Sum of RGB (Red+Green+Blue) = 16+40+41=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #102829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102829 is #EFD7D6. Grayscale: #202020. Windows color (decimal): -15718359 or 2697232. OLE color: 2697232.
HSL color Cylindrical-coordinate representation of color #102829: hue angle of 182.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #102829 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 41 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.84 |
| HSL | 182.4º | 0.44% | 0.11% | - |
| HSV(B) | 182.4º | 0.61% | 0.16% | - |
| XYZ | 1.37 | 1.79 | 2.37 | - |
| YUV | 32.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 41 | 0.61 | 0.02 | 0 | 0.84 | 182.4 | 0.44 | 0.11 |
| Hex | 10 | 28 | 29 | 3D | 2 | 0 | 54 | B6 | 2C | B |
| Octal | 20 | 50 | 51 | 75 | 2 | 0 | 124 | 266 | 54 | 13 |
| Binary | 10000 | 101000 | 101001 | 111101 | 10 | 0 | 1010100 | 10110110 | 101100 | 1011 |
Color Harmonies of #102829
Complementary color
Monochromatic Colors of #102829
Black with #102829
Text Example
Text Example
White with #102829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102829; }
p { color: rgb(16,40,41); }
H1.HeaderClassName
{
color: #102829;
}
.AnyTagClassName
{
color: #102829;
}
</style>
background-color css
<style>
a { background-color: #102829; }
a { background-color: rgb(16,40,41); }
div.DivClassName
{
background-color: #102829;
}
.BgClassName
{
background-color: #102829;
}
</style>
border-color css
<style>
span { border-color: #102829; }
span { border-color: rgb(16,40,41); }
td.TdClassName
{
border-color: #102829;
}
.TagClassName
{
border-color: #102829;
}
</style>