Shades of Tiber #143E41
Tints of Tiber #143E41
RGB
CMYK
RGB Variations
Color information
#143E41 (or 0x143E41) is known color: Tiber. HEX triplet: 14, 3E and 41. RGB value is (20,62,65). Sum of RGB (Red+Green+Blue) = 20+62+65=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #143E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E41 is #EBC1BE. Grayscale: #313131. Windows color (decimal): -15450559 or 4275732. OLE color: 4275732.
HSL color Cylindrical-coordinate representation of color #143E41: hue angle of 184º 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 #143E41 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 62 | 65 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.75 |
| HSL | 184º | 0.53% | 0.17% | - |
| HSV(B) | 184º | 0.69% | 0.25% | - |
| XYZ | 2.97 | 3.98 | 5.61 | - |
| YUV | 49.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 65 | 0.69 | 0.05 | 0 | 0.75 | 184 | 0.53 | 0.17 |
| Hex | 14 | 3E | 41 | 45 | 5 | 0 | 4B | B8 | 35 | 11 |
| Octal | 24 | 76 | 101 | 105 | 5 | 0 | 113 | 270 | 65 | 21 |
| Binary | 10100 | 111110 | 1000001 | 1000101 | 101 | 0 | 1001011 | 10111000 | 110101 | 10001 |
Color Harmonies of #143E41
Complementary color
Monochromatic Colors of #143E41
Black with #143E41
Text Example
Text Example
White with #143E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E41; }
p { color: rgb(20,62,65); }
H1.HeaderClassName
{
color: #143E41;
}
.AnyTagClassName
{
color: #143E41;
}
</style>
background-color css
<style>
a { background-color: #143E41; }
a { background-color: rgb(20,62,65); }
div.DivClassName
{
background-color: #143E41;
}
.BgClassName
{
background-color: #143E41;
}
</style>
border-color css
<style>
span { border-color: #143E41; }
span { border-color: rgb(20,62,65); }
td.TdClassName
{
border-color: #143E41;
}
.TagClassName
{
border-color: #143E41;
}
</style>