Shades of Tiber #14423F
Tints of Tiber #14423F
RGB
CMYK
RGB Variations
Color information
#14423F (or 0x14423F) is known color: Tiber. HEX triplet: 14, 42 and 3F. RGB value is (20,66,63). Sum of RGB (Red+Green+Blue) = 20+66+63=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #14423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14423F is #EBBDC0. Grayscale: #333333. Windows color (decimal): -15449537 or 4145684. OLE color: 4145684.
HSL color Cylindrical-coordinate representation of color #14423F: hue angle of 176.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14423F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 63 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.74 |
| HSL | 176.09º | 0.53% | 0.17% | - |
| HSV(B) | 176.09º | 0.7% | 0.26% | - |
| XYZ | 3.13 | 4.4 | 5.39 | - |
| YUV | 51.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 63 | 0.70 | 0 | 0.05 | 0.74 | 176.09 | 0.53 | 0.17 |
| Hex | 14 | 42 | 3F | 46 | 0 | 5 | 4A | B0 | 35 | 11 |
| Octal | 24 | 102 | 77 | 106 | 0 | 5 | 112 | 260 | 65 | 21 |
| Binary | 10100 | 1000010 | 111111 | 1000110 | 0 | 101 | 1001010 | 10110000 | 110101 | 10001 |
Color Harmonies of #14423F
Complementary color
Monochromatic Colors of #14423F
Black with #14423F
Text Example
Text Example
White with #14423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14423F; }
p { color: rgb(20,66,63); }
H1.HeaderClassName
{
color: #14423F;
}
.AnyTagClassName
{
color: #14423F;
}
</style>
background-color css
<style>
a { background-color: #14423F; }
a { background-color: rgb(20,66,63); }
div.DivClassName
{
background-color: #14423F;
}
.BgClassName
{
background-color: #14423F;
}
</style>
border-color css
<style>
span { border-color: #14423F; }
span { border-color: rgb(20,66,63); }
td.TdClassName
{
border-color: #14423F;
}
.TagClassName
{
border-color: #14423F;
}
</style>