Shades of Tiber #164349
Tints of Tiber #164349
RGB
CMYK
RGB Variations
Color information
#164349 (or 0x164349) is known color: Tiber. HEX triplet: 16, 43 and 49. RGB value is (22,67,73). Sum of RGB (Red+Green+Blue) = 22+67+73=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #164349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164349 is #E9BCB6. Grayscale: #363636. Windows color (decimal): -15318199 or 4801302. OLE color: 4801302.
HSL color Cylindrical-coordinate representation of color #164349: hue angle of 187.06º 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 #164349 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 67 | 73 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.71 |
| HSL | 187.06º | 0.54% | 0.19% | - |
| HSV(B) | 187.06º | 0.7% | 0.29% | - |
| XYZ | 3.54 | 4.67 | 7.02 | - |
| YUV | 54.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 73 | 0.70 | 0.08 | 0 | 0.71 | 187.06 | 0.54 | 0.19 |
| Hex | 16 | 43 | 49 | 46 | 8 | 0 | 47 | BB | 36 | 13 |
| Octal | 26 | 103 | 111 | 106 | 10 | 0 | 107 | 273 | 66 | 23 |
| Binary | 10110 | 1000011 | 1001001 | 1000110 | 1000 | 0 | 1000111 | 10111011 | 110110 | 10011 |
Color Harmonies of #164349
Complementary color
Monochromatic Colors of #164349
Black with #164349
Text Example
Text Example
White with #164349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164349; }
p { color: rgb(22,67,73); }
H1.HeaderClassName
{
color: #164349;
}
.AnyTagClassName
{
color: #164349;
}
</style>
background-color css
<style>
a { background-color: #164349; }
a { background-color: rgb(22,67,73); }
div.DivClassName
{
background-color: #164349;
}
.BgClassName
{
background-color: #164349;
}
</style>
border-color css
<style>
span { border-color: #164349; }
span { border-color: rgb(22,67,73); }
td.TdClassName
{
border-color: #164349;
}
.TagClassName
{
border-color: #164349;
}
</style>