Shades of Tiber #143B39
Tints of Tiber #143B39
RGB
CMYK
RGB Variations
Color information
#143B39 (or 0x143B39) is known color: Tiber. HEX triplet: 14, 3B and 39. RGB value is (20,59,57). Sum of RGB (Red+Green+Blue) = 20+59+57=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #143B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B39 is #EBC4C6. Grayscale: #2F2F2F. Windows color (decimal): -15451335 or 3750676. OLE color: 3750676.
HSL color Cylindrical-coordinate representation of color #143B39: hue angle of 176.92º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B39 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 57 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.77 |
| HSL | 176.92º | 0.49% | 0.15% | - |
| HSV(B) | 176.92º | 0.66% | 0.23% | - |
| XYZ | 2.59 | 3.57 | 4.42 | - |
| YUV | 47.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 57 | 0.66 | 0 | 0.03 | 0.77 | 176.92 | 0.49 | 0.15 |
| Hex | 14 | 3B | 39 | 42 | 0 | 3 | 4D | B1 | 31 | F |
| Octal | 24 | 73 | 71 | 102 | 0 | 3 | 115 | 261 | 61 | 17 |
| Binary | 10100 | 111011 | 111001 | 1000010 | 0 | 11 | 1001101 | 10110001 | 110001 | 1111 |
Color Harmonies of #143B39
Complementary color
Monochromatic Colors of #143B39
Black with #143B39
Text Example
Text Example
White with #143B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B39; }
p { color: rgb(20,59,57); }
H1.HeaderClassName
{
color: #143B39;
}
.AnyTagClassName
{
color: #143B39;
}
</style>
background-color css
<style>
a { background-color: #143B39; }
a { background-color: rgb(20,59,57); }
div.DivClassName
{
background-color: #143B39;
}
.BgClassName
{
background-color: #143B39;
}
</style>
border-color css
<style>
span { border-color: #143B39; }
span { border-color: rgb(20,59,57); }
td.TdClassName
{
border-color: #143B39;
}
.TagClassName
{
border-color: #143B39;
}
</style>