Shades of Swamp #163230
Tints of Swamp #163230
RGB
CMYK
RGB Variations
Color information
#163230 (or 0x163230) is known color: Swamp. HEX triplet: 16, 32 and 30. RGB value is (22,50,48). Sum of RGB (Red+Green+Blue) = 22+50+48=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #163230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163230 is #E9CDCF. Grayscale: #292929. Windows color (decimal): -15322576 or 3158550. OLE color: 3158550.
HSL color Cylindrical-coordinate representation of color #163230: hue angle of 175.71º 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 #163230 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 48 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.80 |
| HSL | 175.71º | 0.39% | 0.14% | - |
| HSV(B) | 175.71º | 0.56% | 0.2% | - |
| XYZ | 2 | 2.67 | 3.21 | - |
| YUV | 41.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 48 | 0.56 | 0 | 0.04 | 0.80 | 175.71 | 0.39 | 0.14 |
| Hex | 16 | 32 | 30 | 38 | 0 | 4 | 50 | B0 | 27 | E |
| Octal | 26 | 62 | 60 | 70 | 0 | 4 | 120 | 260 | 47 | 16 |
| Binary | 10110 | 110010 | 110000 | 111000 | 0 | 100 | 1010000 | 10110000 | 100111 | 1110 |
Color Harmonies of #163230
Complementary color
Monochromatic Colors of #163230
Black with #163230
Text Example
Text Example
White with #163230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163230; }
p { color: rgb(22,50,48); }
H1.HeaderClassName
{
color: #163230;
}
.AnyTagClassName
{
color: #163230;
}
</style>
background-color css
<style>
a { background-color: #163230; }
a { background-color: rgb(22,50,48); }
div.DivClassName
{
background-color: #163230;
}
.BgClassName
{
background-color: #163230;
}
</style>
border-color css
<style>
span { border-color: #163230; }
span { border-color: rgb(22,50,48); }
td.TdClassName
{
border-color: #163230;
}
.TagClassName
{
border-color: #163230;
}
</style>