Shades of Tiber #143D3C
Tints of Tiber #143D3C
RGB
CMYK
RGB Variations
Color information
#143D3C (or 0x143D3C) is known color: Tiber. HEX triplet: 14, 3D and 3C. RGB value is (20,61,60). Sum of RGB (Red+Green+Blue) = 20+61+60=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #143D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D3C is #EBC2C3. Grayscale: #303030. Windows color (decimal): -15450820 or 3947796. OLE color: 3947796.
HSL color Cylindrical-coordinate representation of color #143D3C: hue angle of 178.54º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D3C is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 60 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.76 |
| HSL | 178.54º | 0.51% | 0.16% | - |
| HSV(B) | 178.54º | 0.67% | 0.24% | - |
| XYZ | 2.77 | 3.81 | 4.86 | - |
| YUV | 48.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 60 | 0.67 | 0 | 0.02 | 0.76 | 178.54 | 0.51 | 0.16 |
| Hex | 14 | 3D | 3C | 43 | 0 | 2 | 4C | B3 | 33 | 10 |
| Octal | 24 | 75 | 74 | 103 | 0 | 2 | 114 | 263 | 63 | 20 |
| Binary | 10100 | 111101 | 111100 | 1000011 | 0 | 10 | 1001100 | 10110011 | 110011 | 10000 |
Color Harmonies of #143D3C
Complementary color
Monochromatic Colors of #143D3C
Black with #143D3C
Text Example
Text Example
White with #143D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D3C; }
p { color: rgb(20,61,60); }
H1.HeaderClassName
{
color: #143D3C;
}
.AnyTagClassName
{
color: #143D3C;
}
</style>
background-color css
<style>
a { background-color: #143D3C; }
a { background-color: rgb(20,61,60); }
div.DivClassName
{
background-color: #143D3C;
}
.BgClassName
{
background-color: #143D3C;
}
</style>
border-color css
<style>
span { border-color: #143D3C; }
span { border-color: rgb(20,61,60); }
td.TdClassName
{
border-color: #143D3C;
}
.TagClassName
{
border-color: #143D3C;
}
</style>