Shades of Tiber #14424B
Tints of Tiber #14424B
RGB
CMYK
RGB Variations
Color information
#14424B (or 0x14424B) is known color: Tiber. HEX triplet: 14, 42 and 4B. RGB value is (20,66,75). Sum of RGB (Red+Green+Blue) = 20+66+75=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #14424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14424B is #EBBDB4. Grayscale: #353535. Windows color (decimal): -15449525 or 4932116. OLE color: 4932116.
HSL color Cylindrical-coordinate representation of color #14424B: hue angle of 189.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14424B is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 66 | 75 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.71 |
| HSL | 189.82º | 0.58% | 0.19% | - |
| HSV(B) | 189.82º | 0.73% | 0.29% | - |
| XYZ | 3.51 | 4.55 | 7.35 | - |
| YUV | 53.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 75 | 0.73 | 0.12 | 0 | 0.71 | 189.82 | 0.58 | 0.19 |
| Hex | 14 | 42 | 4B | 49 | C | 0 | 47 | BE | 3A | 13 |
| Octal | 24 | 102 | 113 | 111 | 14 | 0 | 107 | 276 | 72 | 23 |
| Binary | 10100 | 1000010 | 1001011 | 1001001 | 1100 | 0 | 1000111 | 10111110 | 111010 | 10011 |
Color Harmonies of #14424B
Complementary color
Monochromatic Colors of #14424B
Black with #14424B
Text Example
Text Example
White with #14424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14424B; }
p { color: rgb(20,66,75); }
H1.HeaderClassName
{
color: #14424B;
}
.AnyTagClassName
{
color: #14424B;
}
</style>
background-color css
<style>
a { background-color: #14424B; }
a { background-color: rgb(20,66,75); }
div.DivClassName
{
background-color: #14424B;
}
.BgClassName
{
background-color: #14424B;
}
</style>
border-color css
<style>
span { border-color: #14424B; }
span { border-color: rgb(20,66,75); }
td.TdClassName
{
border-color: #14424B;
}
.TagClassName
{
border-color: #14424B;
}
</style>