Shades of Swamp #042729
Tints of Swamp #042729
RGB
CMYK
RGB Variations
Color information
#042729 (or 0x042729) is known color: Swamp. HEX triplet: 04, 27 and 29. RGB value is (4,39,41). Sum of RGB (Red+Green+Blue) = 4+39+41=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #042729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042729 is #FBD8D6. Grayscale: #1C1C1C. Windows color (decimal): -16505047 or 2696964. OLE color: 2696964.
HSL color Cylindrical-coordinate representation of color #042729: hue angle of 183.24º 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 #042729 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 39 | 41 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.84 |
| HSL | 183.24º | 0.82% | 0.09% | - |
| HSV(B) | 183.24º | 0.9% | 0.16% | - |
| XYZ | 1.18 | 1.64 | 2.35 | - |
| YUV | 28.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 41 | 0.90 | 0.05 | 0 | 0.84 | 183.24 | 0.82 | 0.09 |
| Hex | 4 | 27 | 29 | 5A | 5 | 0 | 54 | B7 | 52 | 9 |
| Octal | 4 | 47 | 51 | 132 | 5 | 0 | 124 | 267 | 122 | 11 |
| Binary | 100 | 100111 | 101001 | 1011010 | 101 | 0 | 1010100 | 10110111 | 1010010 | 1001 |
Color Harmonies of #042729
Complementary color
Monochromatic Colors of #042729
Black with #042729
Text Example
Text Example
White with #042729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042729; }
p { color: rgb(4,39,41); }
H1.HeaderClassName
{
color: #042729;
}
.AnyTagClassName
{
color: #042729;
}
</style>
background-color css
<style>
a { background-color: #042729; }
a { background-color: rgb(4,39,41); }
div.DivClassName
{
background-color: #042729;
}
.BgClassName
{
background-color: #042729;
}
</style>
border-color css
<style>
span { border-color: #042729; }
span { border-color: rgb(4,39,41); }
td.TdClassName
{
border-color: #042729;
}
.TagClassName
{
border-color: #042729;
}
</style>