Shades of Tiber #143F41
Tints of Tiber #143F41
RGB
CMYK
RGB Variations
Color information
#143F41 (or 0x143F41) is known color: Tiber. HEX triplet: 14, 3F and 41. RGB value is (20,63,65). Sum of RGB (Red+Green+Blue) = 20+63+65=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #143F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F41 is #EBC0BE. Grayscale: #323232. Windows color (decimal): -15450303 or 4275988. OLE color: 4275988.
HSL color Cylindrical-coordinate representation of color #143F41: hue angle of 182.67º 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 #143F41 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 63 | 65 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.75 |
| HSL | 182.67º | 0.53% | 0.17% | - |
| HSV(B) | 182.67º | 0.69% | 0.25% | - |
| XYZ | 3.02 | 4.09 | 5.63 | - |
| YUV | 50.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 65 | 0.69 | 0.03 | 0 | 0.75 | 182.67 | 0.53 | 0.17 |
| Hex | 14 | 3F | 41 | 45 | 3 | 0 | 4B | B7 | 35 | 11 |
| Octal | 24 | 77 | 101 | 105 | 3 | 0 | 113 | 267 | 65 | 21 |
| Binary | 10100 | 111111 | 1000001 | 1000101 | 11 | 0 | 1001011 | 10110111 | 110101 | 10001 |
Color Harmonies of #143F41
Complementary color
Monochromatic Colors of #143F41
Black with #143F41
Text Example
Text Example
White with #143F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F41; }
p { color: rgb(20,63,65); }
H1.HeaderClassName
{
color: #143F41;
}
.AnyTagClassName
{
color: #143F41;
}
</style>
background-color css
<style>
a { background-color: #143F41; }
a { background-color: rgb(20,63,65); }
div.DivClassName
{
background-color: #143F41;
}
.BgClassName
{
background-color: #143F41;
}
</style>
border-color css
<style>
span { border-color: #143F41; }
span { border-color: rgb(20,63,65); }
td.TdClassName
{
border-color: #143F41;
}
.TagClassName
{
border-color: #143F41;
}
</style>