Shades of Tiber #194241
Tints of Tiber #194241
RGB
CMYK
RGB Variations
Color information
#194241 (or 0x194241) is known color: Tiber. HEX triplet: 19, 42 and 41. RGB value is (25,66,65). Sum of RGB (Red+Green+Blue) = 25+66+65=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #194241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194241 is #E6BDBE. Grayscale: #353535. Windows color (decimal): -15121855 or 4276761. OLE color: 4276761.
HSL color Cylindrical-coordinate representation of color #194241: hue angle of 178.54º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194241 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 65 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.74 |
| HSL | 178.54º | 0.45% | 0.18% | - |
| HSV(B) | 178.54º | 0.62% | 0.26% | - |
| XYZ | 3.3 | 4.48 | 5.69 | - |
| YUV | 53.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 65 | 0.62 | 0 | 0.02 | 0.74 | 178.54 | 0.45 | 0.18 |
| Hex | 19 | 42 | 41 | 3E | 0 | 2 | 4A | B3 | 2D | 12 |
| Octal | 31 | 102 | 101 | 76 | 0 | 2 | 112 | 263 | 55 | 22 |
| Binary | 11001 | 1000010 | 1000001 | 111110 | 0 | 10 | 1001010 | 10110011 | 101101 | 10010 |
Color Harmonies of #194241
Complementary color
Monochromatic Colors of #194241
Black with #194241
Text Example
Text Example
White with #194241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194241; }
p { color: rgb(25,66,65); }
H1.HeaderClassName
{
color: #194241;
}
.AnyTagClassName
{
color: #194241;
}
</style>
background-color css
<style>
a { background-color: #194241; }
a { background-color: rgb(25,66,65); }
div.DivClassName
{
background-color: #194241;
}
.BgClassName
{
background-color: #194241;
}
</style>
border-color css
<style>
span { border-color: #194241; }
span { border-color: rgb(25,66,65); }
td.TdClassName
{
border-color: #194241;
}
.TagClassName
{
border-color: #194241;
}
</style>