Shades of Tiber #163F42
Tints of Tiber #163F42
RGB
CMYK
RGB Variations
Color information
#163F42 (or 0x163F42) is known color: Tiber. HEX triplet: 16, 3F and 42. RGB value is (22,63,66). Sum of RGB (Red+Green+Blue) = 22+63+66=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #163F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F42 is #E9C0BD. Grayscale: #333333. Windows color (decimal): -15319230 or 4341526. OLE color: 4341526.
HSL color Cylindrical-coordinate representation of color #163F42: hue angle of 184.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163F42 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 63 | 66 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.74 |
| HSL | 184.09º | 0.5% | 0.17% | - |
| HSV(B) | 184.09º | 0.67% | 0.26% | - |
| XYZ | 3.09 | 4.12 | 5.79 | - |
| YUV | 51.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 66 | 0.67 | 0.05 | 0 | 0.74 | 184.09 | 0.5 | 0.17 |
| Hex | 16 | 3F | 42 | 43 | 5 | 0 | 4A | B8 | 32 | 11 |
| Octal | 26 | 77 | 102 | 103 | 5 | 0 | 112 | 270 | 62 | 21 |
| Binary | 10110 | 111111 | 1000010 | 1000011 | 101 | 0 | 1001010 | 10111000 | 110010 | 10001 |
Color Harmonies of #163F42
Complementary color
Monochromatic Colors of #163F42
Black with #163F42
Text Example
Text Example
White with #163F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F42; }
p { color: rgb(22,63,66); }
H1.HeaderClassName
{
color: #163F42;
}
.AnyTagClassName
{
color: #163F42;
}
</style>
background-color css
<style>
a { background-color: #163F42; }
a { background-color: rgb(22,63,66); }
div.DivClassName
{
background-color: #163F42;
}
.BgClassName
{
background-color: #163F42;
}
</style>
border-color css
<style>
span { border-color: #163F42; }
span { border-color: rgb(22,63,66); }
td.TdClassName
{
border-color: #163F42;
}
.TagClassName
{
border-color: #163F42;
}
</style>