Shades of Tiber #194341
Tints of Tiber #194341
RGB
CMYK
RGB Variations
Color information
#194341 (or 0x194341) is known color: Tiber. HEX triplet: 19, 43 and 41. RGB value is (25,67,65). Sum of RGB (Red+Green+Blue) = 25+67+65=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #194341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194341 is #E6BCBE. Grayscale: #363636. Windows color (decimal): -15121599 or 4277017. OLE color: 4277017.
HSL color Cylindrical-coordinate representation of color #194341: hue angle of 177.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194341 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 65 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.74 |
| HSL | 177.14º | 0.46% | 0.18% | - |
| HSV(B) | 177.14º | 0.63% | 0.26% | - |
| XYZ | 3.36 | 4.6 | 5.71 | - |
| YUV | 54.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 65 | 0.63 | 0 | 0.03 | 0.74 | 177.14 | 0.46 | 0.18 |
| Hex | 19 | 43 | 41 | 3F | 0 | 3 | 4A | B1 | 2E | 12 |
| Octal | 31 | 103 | 101 | 77 | 0 | 3 | 112 | 261 | 56 | 22 |
| Binary | 11001 | 1000011 | 1000001 | 111111 | 0 | 11 | 1001010 | 10110001 | 101110 | 10010 |
Color Harmonies of #194341
Complementary color
Monochromatic Colors of #194341
Black with #194341
Text Example
Text Example
White with #194341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194341; }
p { color: rgb(25,67,65); }
H1.HeaderClassName
{
color: #194341;
}
.AnyTagClassName
{
color: #194341;
}
</style>
background-color css
<style>
a { background-color: #194341; }
a { background-color: rgb(25,67,65); }
div.DivClassName
{
background-color: #194341;
}
.BgClassName
{
background-color: #194341;
}
</style>
border-color css
<style>
span { border-color: #194341; }
span { border-color: rgb(25,67,65); }
td.TdClassName
{
border-color: #194341;
}
.TagClassName
{
border-color: #194341;
}
</style>