Shades of Tiber #163F47
Tints of Tiber #163F47
RGB
CMYK
RGB Variations
Color information
#163F47 (or 0x163F47) is known color: Tiber. HEX triplet: 16, 3F and 47. RGB value is (22,63,71). Sum of RGB (Red+Green+Blue) = 22+63+71=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #163F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F47 is #E9C0B8. Grayscale: #333333. Windows color (decimal): -15319225 or 4669206. OLE color: 4669206.
HSL color Cylindrical-coordinate representation of color #163F47: hue angle of 189.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163F47 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 63 | 71 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.72 |
| HSL | 189.8º | 0.53% | 0.18% | - |
| HSV(B) | 189.8º | 0.69% | 0.28% | - |
| XYZ | 3.25 | 4.18 | 6.6 | - |
| YUV | 51.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 71 | 0.69 | 0.11 | 0 | 0.72 | 189.8 | 0.53 | 0.18 |
| Hex | 16 | 3F | 47 | 45 | B | 0 | 48 | BE | 35 | 12 |
| Octal | 26 | 77 | 107 | 105 | 13 | 0 | 110 | 276 | 65 | 22 |
| Binary | 10110 | 111111 | 1000111 | 1000101 | 1011 | 0 | 1001000 | 10111110 | 110101 | 10010 |
Color Harmonies of #163F47
Complementary color
Monochromatic Colors of #163F47
Black with #163F47
Text Example
Text Example
White with #163F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F47; }
p { color: rgb(22,63,71); }
H1.HeaderClassName
{
color: #163F47;
}
.AnyTagClassName
{
color: #163F47;
}
</style>
background-color css
<style>
a { background-color: #163F47; }
a { background-color: rgb(22,63,71); }
div.DivClassName
{
background-color: #163F47;
}
.BgClassName
{
background-color: #163F47;
}
</style>
border-color css
<style>
span { border-color: #163F47; }
span { border-color: rgb(22,63,71); }
td.TdClassName
{
border-color: #163F47;
}
.TagClassName
{
border-color: #163F47;
}
</style>