Shades of Tiber #164441
Tints of Tiber #164441
RGB
CMYK
RGB Variations
Color information
#164441 (or 0x164441) is known color: Tiber. HEX triplet: 16, 44 and 41. RGB value is (22,68,65). Sum of RGB (Red+Green+Blue) = 22+68+65=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #164441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164441 is #E9BBBE. Grayscale: #353535. Windows color (decimal): -15317951 or 4277270. OLE color: 4277270.
HSL color Cylindrical-coordinate representation of color #164441: hue angle of 176.09º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164441 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 68 | 65 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.73 |
| HSL | 176.09º | 0.51% | 0.18% | - |
| HSV(B) | 176.09º | 0.68% | 0.27% | - |
| XYZ | 3.35 | 4.69 | 5.73 | - |
| YUV | 53.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 65 | 0.68 | 0 | 0.04 | 0.73 | 176.09 | 0.51 | 0.18 |
| Hex | 16 | 44 | 41 | 44 | 0 | 4 | 49 | B0 | 33 | 12 |
| Octal | 26 | 104 | 101 | 104 | 0 | 4 | 111 | 260 | 63 | 22 |
| Binary | 10110 | 1000100 | 1000001 | 1000100 | 0 | 100 | 1001001 | 10110000 | 110011 | 10010 |
Color Harmonies of #164441
Complementary color
Monochromatic Colors of #164441
Black with #164441
Text Example
Text Example
White with #164441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164441; }
p { color: rgb(22,68,65); }
H1.HeaderClassName
{
color: #164441;
}
.AnyTagClassName
{
color: #164441;
}
</style>
background-color css
<style>
a { background-color: #164441; }
a { background-color: rgb(22,68,65); }
div.DivClassName
{
background-color: #164441;
}
.BgClassName
{
background-color: #164441;
}
</style>
border-color css
<style>
span { border-color: #164441; }
span { border-color: rgb(22,68,65); }
td.TdClassName
{
border-color: #164441;
}
.TagClassName
{
border-color: #164441;
}
</style>