Shades of Tiber #14413E
Tints of Tiber #14413E
RGB
CMYK
RGB Variations
Color information
#14413E (or 0x14413E) is known color: Tiber. HEX triplet: 14, 41 and 3E. RGB value is (20,65,62). Sum of RGB (Red+Green+Blue) = 20+65+62=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #14413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413E is #EBBEC1. Grayscale: #333333. Windows color (decimal): -15449794 or 4079892. OLE color: 4079892.
HSL color Cylindrical-coordinate representation of color #14413E: hue angle of 176º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14413E is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 62 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.75 |
| HSL | 176º | 0.53% | 0.17% | - |
| HSV(B) | 176º | 0.69% | 0.25% | - |
| XYZ | 3.05 | 4.28 | 5.22 | - |
| YUV | 51.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 62 | 0.69 | 0 | 0.05 | 0.75 | 176 | 0.53 | 0.17 |
| Hex | 14 | 41 | 3E | 45 | 0 | 5 | 4B | B0 | 35 | 11 |
| Octal | 24 | 101 | 76 | 105 | 0 | 5 | 113 | 260 | 65 | 21 |
| Binary | 10100 | 1000001 | 111110 | 1000101 | 0 | 101 | 1001011 | 10110000 | 110101 | 10001 |
Color Harmonies of #14413E
Complementary color
Monochromatic Colors of #14413E
Black with #14413E
Text Example
Text Example
White with #14413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14413E; }
p { color: rgb(20,65,62); }
H1.HeaderClassName
{
color: #14413E;
}
.AnyTagClassName
{
color: #14413E;
}
</style>
background-color css
<style>
a { background-color: #14413E; }
a { background-color: rgb(20,65,62); }
div.DivClassName
{
background-color: #14413E;
}
.BgClassName
{
background-color: #14413E;
}
</style>
border-color css
<style>
span { border-color: #14413E; }
span { border-color: rgb(20,65,62); }
td.TdClassName
{
border-color: #14413E;
}
.TagClassName
{
border-color: #14413E;
}
</style>