Shades of Tiber #163F48
Tints of Tiber #163F48
RGB
CMYK
RGB Variations
Color information
#163F48 (or 0x163F48) is known color: Tiber. HEX triplet: 16, 3F and 48. RGB value is (22,63,72). Sum of RGB (Red+Green+Blue) = 22+63+72=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #163F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F48 is #E9C0B7. Grayscale: #333333. Windows color (decimal): -15319224 or 4734742. OLE color: 4734742.
HSL color Cylindrical-coordinate representation of color #163F48: hue angle of 190.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 #163F48 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 63 | 72 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.72 |
| HSL | 190.8º | 0.53% | 0.18% | - |
| HSV(B) | 190.8º | 0.69% | 0.28% | - |
| XYZ | 3.28 | 4.19 | 6.77 | - |
| YUV | 51.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 72 | 0.69 | 0.12 | 0 | 0.72 | 190.8 | 0.53 | 0.18 |
| Hex | 16 | 3F | 48 | 45 | C | 0 | 48 | BF | 35 | 12 |
| Octal | 26 | 77 | 110 | 105 | 14 | 0 | 110 | 277 | 65 | 22 |
| Binary | 10110 | 111111 | 1001000 | 1000101 | 1100 | 0 | 1001000 | 10111111 | 110101 | 10010 |
Color Harmonies of #163F48
Complementary color
Monochromatic Colors of #163F48
Black with #163F48
Text Example
Text Example
White with #163F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F48; }
p { color: rgb(22,63,72); }
H1.HeaderClassName
{
color: #163F48;
}
.AnyTagClassName
{
color: #163F48;
}
</style>
background-color css
<style>
a { background-color: #163F48; }
a { background-color: rgb(22,63,72); }
div.DivClassName
{
background-color: #163F48;
}
.BgClassName
{
background-color: #163F48;
}
</style>
border-color css
<style>
span { border-color: #163F48; }
span { border-color: rgb(22,63,72); }
td.TdClassName
{
border-color: #163F48;
}
.TagClassName
{
border-color: #163F48;
}
</style>