Shades of Tiber #163E41
Tints of Tiber #163E41
RGB
CMYK
RGB Variations
Color information
#163E41 (or 0x163E41) is known color: Tiber. HEX triplet: 16, 3E and 41. RGB value is (22,62,65). Sum of RGB (Red+Green+Blue) = 22+62+65=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #163E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E41 is #E9C1BE. Grayscale: #323232. Windows color (decimal): -15319487 or 4275734. OLE color: 4275734.
HSL color Cylindrical-coordinate representation of color #163E41: hue angle of 184.19º 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 #163E41 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 62 | 65 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.75 |
| HSL | 184.19º | 0.49% | 0.17% | - |
| HSV(B) | 184.19º | 0.66% | 0.25% | - |
| XYZ | 3.01 | 4 | 5.61 | - |
| YUV | 50.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 65 | 0.66 | 0.05 | 0 | 0.75 | 184.19 | 0.49 | 0.17 |
| Hex | 16 | 3E | 41 | 42 | 5 | 0 | 4B | B8 | 31 | 11 |
| Octal | 26 | 76 | 101 | 102 | 5 | 0 | 113 | 270 | 61 | 21 |
| Binary | 10110 | 111110 | 1000001 | 1000010 | 101 | 0 | 1001011 | 10111000 | 110001 | 10001 |
Color Harmonies of #163E41
Complementary color
Monochromatic Colors of #163E41
Black with #163E41
Text Example
Text Example
White with #163E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E41; }
p { color: rgb(22,62,65); }
H1.HeaderClassName
{
color: #163E41;
}
.AnyTagClassName
{
color: #163E41;
}
</style>
background-color css
<style>
a { background-color: #163E41; }
a { background-color: rgb(22,62,65); }
div.DivClassName
{
background-color: #163E41;
}
.BgClassName
{
background-color: #163E41;
}
</style>
border-color css
<style>
span { border-color: #163E41; }
span { border-color: rgb(22,62,65); }
td.TdClassName
{
border-color: #163E41;
}
.TagClassName
{
border-color: #163E41;
}
</style>