Shades of Tiber #13403E
Tints of Tiber #13403E
RGB
CMYK
RGB Variations
Color information
#13403E (or 0x13403E) is known color: Tiber. HEX triplet: 13, 40 and 3E. RGB value is (19,64,62). Sum of RGB (Red+Green+Blue) = 19+64+62=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #13403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13403E is #ECBFC1. Grayscale: #323232. Windows color (decimal): -15515586 or 4079635. OLE color: 4079635.
HSL color Cylindrical-coordinate representation of color #13403E: hue angle of 177.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13403E is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 62 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.75 |
| HSL | 177.33º | 0.54% | 0.16% | - |
| HSV(B) | 177.33º | 0.7% | 0.25% | - |
| XYZ | 2.97 | 4.15 | 5.2 | - |
| YUV | 50.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 62 | 0.70 | 0 | 0.03 | 0.75 | 177.33 | 0.54 | 0.16 |
| Hex | 13 | 40 | 3E | 46 | 0 | 3 | 4B | B1 | 36 | 10 |
| Octal | 23 | 100 | 76 | 106 | 0 | 3 | 113 | 261 | 66 | 20 |
| Binary | 10011 | 1000000 | 111110 | 1000110 | 0 | 11 | 1001011 | 10110001 | 110110 | 10000 |
Color Harmonies of #13403E
Complementary color
Monochromatic Colors of #13403E
Black with #13403E
Text Example
Text Example
White with #13403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13403E; }
p { color: rgb(19,64,62); }
H1.HeaderClassName
{
color: #13403E;
}
.AnyTagClassName
{
color: #13403E;
}
</style>
background-color css
<style>
a { background-color: #13403E; }
a { background-color: rgb(19,64,62); }
div.DivClassName
{
background-color: #13403E;
}
.BgClassName
{
background-color: #13403E;
}
</style>
border-color css
<style>
span { border-color: #13403E; }
span { border-color: rgb(19,64,62); }
td.TdClassName
{
border-color: #13403E;
}
.TagClassName
{
border-color: #13403E;
}
</style>