Shades of Swamp #222A2B
Tints of Swamp #222A2B
RGB
CMYK
RGB Variations
Color information
#222A2B (or 0x222A2B) is known color: Swamp. HEX triplet: 22, 2A and 2B. RGB value is (34,42,43). Sum of RGB (Red+Green+Blue) = 34+42+43=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: blue. Hex color #222A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A2B is #DDD5D4. Grayscale: #272727. Windows color (decimal): -14538197 or 2828834. OLE color: 2828834.
HSL color Cylindrical-coordinate representation of color #222A2B: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #222A2B is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 42 | 43 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.83 |
| HSL | 186.67º | 0.12% | 0.15% | - |
| HSV(B) | 186.67º | 0.21% | 0.17% | - |
| XYZ | 1.92 | 2.17 | 2.6 | - |
| YUV | 39.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 43 | 0.21 | 0.02 | 0 | 0.83 | 186.67 | 0.12 | 0.15 |
| Hex | 22 | 2A | 2B | 15 | 2 | 0 | 53 | BB | C | F |
| Octal | 42 | 52 | 53 | 25 | 2 | 0 | 123 | 273 | 14 | 17 |
| Binary | 100010 | 101010 | 101011 | 10101 | 10 | 0 | 1010011 | 10111011 | 1100 | 1111 |
Color Harmonies of #222A2B
Complementary color
Monochromatic Colors of #222A2B
Black with #222A2B
Text Example
Text Example
White with #222A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A2B; }
p { color: rgb(34,42,43); }
H1.HeaderClassName
{
color: #222A2B;
}
.AnyTagClassName
{
color: #222A2B;
}
</style>
background-color css
<style>
a { background-color: #222A2B; }
a { background-color: rgb(34,42,43); }
div.DivClassName
{
background-color: #222A2B;
}
.BgClassName
{
background-color: #222A2B;
}
</style>
border-color css
<style>
span { border-color: #222A2B; }
span { border-color: rgb(34,42,43); }
td.TdClassName
{
border-color: #222A2B;
}
.TagClassName
{
border-color: #222A2B;
}
</style>