Shades of Tiber #164149
Tints of Tiber #164149
RGB
CMYK
RGB Variations
Color information
#164149 (or 0x164149) is known color: Tiber. HEX triplet: 16, 41 and 49. RGB value is (22,65,73). Sum of RGB (Red+Green+Blue) = 22+65+73=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #164149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164149 is #E9BEB6. Grayscale: #343434. Windows color (decimal): -15318711 or 4800790. OLE color: 4800790.
HSL color Cylindrical-coordinate representation of color #164149: hue angle of 189.41º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164149 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 65 | 73 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.71 |
| HSL | 189.41º | 0.54% | 0.19% | - |
| HSV(B) | 189.41º | 0.7% | 0.29% | - |
| XYZ | 3.42 | 4.43 | 6.98 | - |
| YUV | 53.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 73 | 0.70 | 0.11 | 0 | 0.71 | 189.41 | 0.54 | 0.19 |
| Hex | 16 | 41 | 49 | 46 | B | 0 | 47 | BD | 36 | 13 |
| Octal | 26 | 101 | 111 | 106 | 13 | 0 | 107 | 275 | 66 | 23 |
| Binary | 10110 | 1000001 | 1001001 | 1000110 | 1011 | 0 | 1000111 | 10111101 | 110110 | 10011 |
Color Harmonies of #164149
Complementary color
Monochromatic Colors of #164149
Black with #164149
Text Example
Text Example
White with #164149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164149; }
p { color: rgb(22,65,73); }
H1.HeaderClassName
{
color: #164149;
}
.AnyTagClassName
{
color: #164149;
}
</style>
background-color css
<style>
a { background-color: #164149; }
a { background-color: rgb(22,65,73); }
div.DivClassName
{
background-color: #164149;
}
.BgClassName
{
background-color: #164149;
}
</style>
border-color css
<style>
span { border-color: #164149; }
span { border-color: rgb(22,65,73); }
td.TdClassName
{
border-color: #164149;
}
.TagClassName
{
border-color: #164149;
}
</style>