Shades of Swamp #042829
Tints of Swamp #042829
RGB
CMYK
RGB Variations
Color information
#042829 (or 0x042829) is known color: Swamp. HEX triplet: 04, 28 and 29. RGB value is (4,40,41). Sum of RGB (Red+Green+Blue) = 4+40+41=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #042829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042829 is #FBD7D6. Grayscale: #1D1D1D. Windows color (decimal): -16504791 or 2697220. OLE color: 2697220.
HSL color Cylindrical-coordinate representation of color #042829: hue angle of 181.62º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042829 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 41 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.84 |
| HSL | 181.62º | 0.82% | 0.09% | - |
| HSV(B) | 181.62º | 0.9% | 0.16% | - |
| XYZ | 1.21 | 1.7 | 2.36 | - |
| YUV | 29.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 41 | 0.90 | 0.02 | 0 | 0.84 | 181.62 | 0.82 | 0.09 |
| Hex | 4 | 28 | 29 | 5A | 2 | 0 | 54 | B6 | 52 | 9 |
| Octal | 4 | 50 | 51 | 132 | 2 | 0 | 124 | 266 | 122 | 11 |
| Binary | 100 | 101000 | 101001 | 1011010 | 10 | 0 | 1010100 | 10110110 | 1010010 | 1001 |
Color Harmonies of #042829
Complementary color
Monochromatic Colors of #042829
Black with #042829
Text Example
Text Example
White with #042829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042829; }
p { color: rgb(4,40,41); }
H1.HeaderClassName
{
color: #042829;
}
.AnyTagClassName
{
color: #042829;
}
</style>
background-color css
<style>
a { background-color: #042829; }
a { background-color: rgb(4,40,41); }
div.DivClassName
{
background-color: #042829;
}
.BgClassName
{
background-color: #042829;
}
</style>
border-color css
<style>
span { border-color: #042829; }
span { border-color: rgb(4,40,41); }
td.TdClassName
{
border-color: #042829;
}
.TagClassName
{
border-color: #042829;
}
</style>