Shades of Tiber #194946
Tints of Tiber #194946
RGB
CMYK
RGB Variations
Color information
#194946 (or 0x194946) is known color: Tiber. HEX triplet: 19, 49 and 46. RGB value is (25,73,70). Sum of RGB (Red+Green+Blue) = 25+73+70=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #194946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194946 is #E6B6B9. Grayscale: #3A3A3A. Windows color (decimal): -15120058 or 4606233. OLE color: 4606233.
HSL color Cylindrical-coordinate representation of color #194946: hue angle of 176.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194946 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 70 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.71 |
| HSL | 176.25º | 0.49% | 0.19% | - |
| HSV(B) | 176.25º | 0.66% | 0.29% | - |
| XYZ | 3.89 | 5.41 | 6.63 | - |
| YUV | 58.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 70 | 0.66 | 0 | 0.04 | 0.71 | 176.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 46 | 42 | 0 | 4 | 47 | B0 | 31 | 13 |
| Octal | 31 | 111 | 106 | 102 | 0 | 4 | 107 | 260 | 61 | 23 |
| Binary | 11001 | 1001001 | 1000110 | 1000010 | 0 | 100 | 1000111 | 10110000 | 110001 | 10011 |
Color Harmonies of #194946
Complementary color
Monochromatic Colors of #194946
Black with #194946
Text Example
Text Example
White with #194946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194946; }
p { color: rgb(25,73,70); }
H1.HeaderClassName
{
color: #194946;
}
.AnyTagClassName
{
color: #194946;
}
</style>
background-color css
<style>
a { background-color: #194946; }
a { background-color: rgb(25,73,70); }
div.DivClassName
{
background-color: #194946;
}
.BgClassName
{
background-color: #194946;
}
</style>
border-color css
<style>
span { border-color: #194946; }
span { border-color: rgb(25,73,70); }
td.TdClassName
{
border-color: #194946;
}
.TagClassName
{
border-color: #194946;
}
</style>