Shades of Tiber #163F41
Tints of Tiber #163F41
RGB
CMYK
RGB Variations
Color information
#163F41 (or 0x163F41) is known color: Tiber. HEX triplet: 16, 3F and 41. RGB value is (22,63,65). Sum of RGB (Red+Green+Blue) = 22+63+65=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #163F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F41 is #E9C0BE. Grayscale: #323232. Windows color (decimal): -15319231 or 4275990. OLE color: 4275990.
HSL color Cylindrical-coordinate representation of color #163F41: hue angle of 182.79º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163F41 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 65 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.75 |
| HSL | 182.79º | 0.49% | 0.17% | - |
| HSV(B) | 182.79º | 0.66% | 0.25% | - |
| XYZ | 3.06 | 4.11 | 5.63 | - |
| YUV | 50.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 65 | 0.66 | 0.03 | 0 | 0.75 | 182.79 | 0.49 | 0.17 |
| Hex | 16 | 3F | 41 | 42 | 3 | 0 | 4B | B7 | 31 | 11 |
| Octal | 26 | 77 | 101 | 102 | 3 | 0 | 113 | 267 | 61 | 21 |
| Binary | 10110 | 111111 | 1000001 | 1000010 | 11 | 0 | 1001011 | 10110111 | 110001 | 10001 |
Color Harmonies of #163F41
Complementary color
Monochromatic Colors of #163F41
Black with #163F41
Text Example
Text Example
White with #163F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F41; }
p { color: rgb(22,63,65); }
H1.HeaderClassName
{
color: #163F41;
}
.AnyTagClassName
{
color: #163F41;
}
</style>
background-color css
<style>
a { background-color: #163F41; }
a { background-color: rgb(22,63,65); }
div.DivClassName
{
background-color: #163F41;
}
.BgClassName
{
background-color: #163F41;
}
</style>
border-color css
<style>
span { border-color: #163F41; }
span { border-color: rgb(22,63,65); }
td.TdClassName
{
border-color: #163F41;
}
.TagClassName
{
border-color: #163F41;
}
</style>