Shades of Swamp #163332
Tints of Swamp #163332
RGB
CMYK
RGB Variations
Color information
#163332 (or 0x163332) is known color: Swamp. HEX triplet: 16, 33 and 32. RGB value is (22,51,50). Sum of RGB (Red+Green+Blue) = 22+51+50=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #163332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163332 is #E9CCCD. Grayscale: #2A2A2A. Windows color (decimal): -15322318 or 3289878. OLE color: 3289878.
HSL color Cylindrical-coordinate representation of color #163332: hue angle of 177.93º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163332 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 50 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.8 |
| HSL | 177.93º | 0.4% | 0.14% | - |
| HSV(B) | 177.93º | 0.57% | 0.2% | - |
| XYZ | 2.09 | 2.77 | 3.44 | - |
| YUV | 42.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 50 | 0.57 | 0 | 0.02 | 0.8 | 177.93 | 0.4 | 0.14 |
| Hex | 16 | 33 | 32 | 39 | 0 | 2 | 50 | B2 | 28 | E |
| Octal | 26 | 63 | 62 | 71 | 0 | 2 | 120 | 262 | 50 | 16 |
| Binary | 10110 | 110011 | 110010 | 111001 | 0 | 10 | 1010000 | 10110010 | 101000 | 1110 |
Color Harmonies of #163332
Complementary color
Monochromatic Colors of #163332
Black with #163332
Text Example
Text Example
White with #163332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163332; }
p { color: rgb(22,51,50); }
H1.HeaderClassName
{
color: #163332;
}
.AnyTagClassName
{
color: #163332;
}
</style>
background-color css
<style>
a { background-color: #163332; }
a { background-color: rgb(22,51,50); }
div.DivClassName
{
background-color: #163332;
}
.BgClassName
{
background-color: #163332;
}
</style>
border-color css
<style>
span { border-color: #163332; }
span { border-color: rgb(22,51,50); }
td.TdClassName
{
border-color: #163332;
}
.TagClassName
{
border-color: #163332;
}
</style>