Shades of Swamp #222829
Tints of Swamp #222829
RGB
CMYK
RGB Variations
Color information
#222829 (or 0x222829) is known color: Swamp. HEX triplet: 22, 28 and 29. RGB value is (34,40,41). Sum of RGB (Red+Green+Blue) = 34+40+41=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: blue. Hex color #222829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222829 is #DDD7D6. Grayscale: #262626. Windows color (decimal): -14538711 or 2697250. OLE color: 2697250.
HSL color Cylindrical-coordinate representation of color #222829: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #222829 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 41 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.84 |
| HSL | 188.57º | 0.09% | 0.15% | - |
| HSV(B) | 188.57º | 0.17% | 0.16% | - |
| XYZ | 1.82 | 2.02 | 2.39 | - |
| YUV | 38.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 41 | 0.17 | 0.02 | 0 | 0.84 | 188.57 | 0.09 | 0.15 |
| Hex | 22 | 28 | 29 | 11 | 2 | 0 | 54 | BD | 9 | F |
| Octal | 42 | 50 | 51 | 21 | 2 | 0 | 124 | 275 | 11 | 17 |
| Binary | 100010 | 101000 | 101001 | 10001 | 10 | 0 | 1010100 | 10111101 | 1001 | 1111 |
Color Harmonies of #222829
Complementary color
Monochromatic Colors of #222829
Black with #222829
Text Example
Text Example
White with #222829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222829; }
p { color: rgb(34,40,41); }
H1.HeaderClassName
{
color: #222829;
}
.AnyTagClassName
{
color: #222829;
}
</style>
background-color css
<style>
a { background-color: #222829; }
a { background-color: rgb(34,40,41); }
div.DivClassName
{
background-color: #222829;
}
.BgClassName
{
background-color: #222829;
}
</style>
border-color css
<style>
span { border-color: #222829; }
span { border-color: rgb(34,40,41); }
td.TdClassName
{
border-color: #222829;
}
.TagClassName
{
border-color: #222829;
}
</style>