Shades of Tiber #19413E
Tints of Tiber #19413E
RGB
CMYK
RGB Variations
Color information
#19413E (or 0x19413E) is known color: Tiber. HEX triplet: 19, 41 and 3E. RGB value is (25,65,62). Sum of RGB (Red+Green+Blue) = 25+65+62=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #19413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19413E is #E6BEC1. Grayscale: #343434. Windows color (decimal): -15122114 or 4079897. OLE color: 4079897.
HSL color Cylindrical-coordinate representation of color #19413E: hue angle of 175.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19413E is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 62 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.75 |
| HSL | 175.5º | 0.44% | 0.18% | - |
| HSV(B) | 175.5º | 0.62% | 0.25% | - |
| XYZ | 3.16 | 4.34 | 5.23 | - |
| YUV | 52.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 62 | 0.62 | 0 | 0.05 | 0.75 | 175.5 | 0.44 | 0.18 |
| Hex | 19 | 41 | 3E | 3E | 0 | 5 | 4B | B0 | 2C | 12 |
| Octal | 31 | 101 | 76 | 76 | 0 | 5 | 113 | 260 | 54 | 22 |
| Binary | 11001 | 1000001 | 111110 | 111110 | 0 | 101 | 1001011 | 10110000 | 101100 | 10010 |
Color Harmonies of #19413E
Complementary color
Monochromatic Colors of #19413E
Black with #19413E
Text Example
Text Example
White with #19413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19413E; }
p { color: rgb(25,65,62); }
H1.HeaderClassName
{
color: #19413E;
}
.AnyTagClassName
{
color: #19413E;
}
</style>
background-color css
<style>
a { background-color: #19413E; }
a { background-color: rgb(25,65,62); }
div.DivClassName
{
background-color: #19413E;
}
.BgClassName
{
background-color: #19413E;
}
</style>
border-color css
<style>
span { border-color: #19413E; }
span { border-color: rgb(25,65,62); }
td.TdClassName
{
border-color: #19413E;
}
.TagClassName
{
border-color: #19413E;
}
</style>