Shades of Tiber #16424B
Tints of Tiber #16424B
RGB
CMYK
RGB Variations
Color information
#16424B (or 0x16424B) is known color: Tiber. HEX triplet: 16, 42 and 4B. RGB value is (22,66,75). Sum of RGB (Red+Green+Blue) = 22+66+75=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #16424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16424B is #E9BDB4. Grayscale: #353535. Windows color (decimal): -15318453 or 4932118. OLE color: 4932118.
HSL color Cylindrical-coordinate representation of color #16424B: hue angle of 190.19º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16424B is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 66 | 75 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.71 |
| HSL | 190.19º | 0.55% | 0.19% | - |
| HSV(B) | 190.19º | 0.71% | 0.29% | - |
| XYZ | 3.55 | 4.58 | 7.35 | - |
| YUV | 53.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 75 | 0.71 | 0.12 | 0 | 0.71 | 190.19 | 0.55 | 0.19 |
| Hex | 16 | 42 | 4B | 47 | C | 0 | 47 | BE | 37 | 13 |
| Octal | 26 | 102 | 113 | 107 | 14 | 0 | 107 | 276 | 67 | 23 |
| Binary | 10110 | 1000010 | 1001011 | 1000111 | 1100 | 0 | 1000111 | 10111110 | 110111 | 10011 |
Color Harmonies of #16424B
Complementary color
Monochromatic Colors of #16424B
Black with #16424B
Text Example
Text Example
White with #16424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16424B; }
p { color: rgb(22,66,75); }
H1.HeaderClassName
{
color: #16424B;
}
.AnyTagClassName
{
color: #16424B;
}
</style>
background-color css
<style>
a { background-color: #16424B; }
a { background-color: rgb(22,66,75); }
div.DivClassName
{
background-color: #16424B;
}
.BgClassName
{
background-color: #16424B;
}
</style>
border-color css
<style>
span { border-color: #16424B; }
span { border-color: rgb(22,66,75); }
td.TdClassName
{
border-color: #16424B;
}
.TagClassName
{
border-color: #16424B;
}
</style>