Shades of Tiber #103B3A
Tints of Tiber #103B3A
RGB
CMYK
RGB Variations
Color information
#103B3A (or 0x103B3A) is known color: Tiber. HEX triplet: 10, 3B and 3A. RGB value is (16,59,58). Sum of RGB (Red+Green+Blue) = 16+59+58=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #103B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B3A is #EFC4C5. Grayscale: #2D2D2D. Windows color (decimal): -15713478 or 3816208. OLE color: 3816208.
HSL color Cylindrical-coordinate representation of color #103B3A: hue angle of 178.6º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103B3A is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 59 | 58 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.77 |
| HSL | 178.6º | 0.57% | 0.15% | - |
| HSV(B) | 178.6º | 0.73% | 0.23% | - |
| XYZ | 2.54 | 3.54 | 4.55 | - |
| YUV | 46.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 58 | 0.73 | 0 | 0.02 | 0.77 | 178.6 | 0.57 | 0.15 |
| Hex | 10 | 3B | 3A | 49 | 0 | 2 | 4D | B3 | 39 | F |
| Octal | 20 | 73 | 72 | 111 | 0 | 2 | 115 | 263 | 71 | 17 |
| Binary | 10000 | 111011 | 111010 | 1001001 | 0 | 10 | 1001101 | 10110011 | 111001 | 1111 |
Color Harmonies of #103B3A
Complementary color
Monochromatic Colors of #103B3A
Black with #103B3A
Text Example
Text Example
White with #103B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B3A; }
p { color: rgb(16,59,58); }
H1.HeaderClassName
{
color: #103B3A;
}
.AnyTagClassName
{
color: #103B3A;
}
</style>
background-color css
<style>
a { background-color: #103B3A; }
a { background-color: rgb(16,59,58); }
div.DivClassName
{
background-color: #103B3A;
}
.BgClassName
{
background-color: #103B3A;
}
</style>
border-color css
<style>
span { border-color: #103B3A; }
span { border-color: rgb(16,59,58); }
td.TdClassName
{
border-color: #103B3A;
}
.TagClassName
{
border-color: #103B3A;
}
</style>