Shades of Swamp #163231
Tints of Swamp #163231
RGB
CMYK
RGB Variations
Color information
#163231 (or 0x163231) is known color: Swamp. HEX triplet: 16, 32 and 31. RGB value is (22,50,49). Sum of RGB (Red+Green+Blue) = 22+50+49=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #163231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163231 is #E9CDCE. Grayscale: #292929. Windows color (decimal): -15322575 or 3224086. OLE color: 3224086.
HSL color Cylindrical-coordinate representation of color #163231: hue angle of 177.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163231 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 49 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.80 |
| HSL | 177.86º | 0.39% | 0.14% | - |
| HSV(B) | 177.86º | 0.56% | 0.2% | - |
| XYZ | 2.03 | 2.67 | 3.31 | - |
| YUV | 41.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 49 | 0.56 | 0 | 0.02 | 0.80 | 177.86 | 0.39 | 0.14 |
| Hex | 16 | 32 | 31 | 38 | 0 | 2 | 50 | B2 | 27 | E |
| Octal | 26 | 62 | 61 | 70 | 0 | 2 | 120 | 262 | 47 | 16 |
| Binary | 10110 | 110010 | 110001 | 111000 | 0 | 10 | 1010000 | 10110010 | 100111 | 1110 |
Color Harmonies of #163231
Complementary color
Monochromatic Colors of #163231
Black with #163231
Text Example
Text Example
White with #163231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163231; }
p { color: rgb(22,50,49); }
H1.HeaderClassName
{
color: #163231;
}
.AnyTagClassName
{
color: #163231;
}
</style>
background-color css
<style>
a { background-color: #163231; }
a { background-color: rgb(22,50,49); }
div.DivClassName
{
background-color: #163231;
}
.BgClassName
{
background-color: #163231;
}
</style>
border-color css
<style>
span { border-color: #163231; }
span { border-color: rgb(22,50,49); }
td.TdClassName
{
border-color: #163231;
}
.TagClassName
{
border-color: #163231;
}
</style>