Shades of Tiber #103C3B
Tints of Tiber #103C3B
RGB
CMYK
RGB Variations
Color information
#103C3B (or 0x103C3B) is known color: Tiber. HEX triplet: 10, 3C and 3B. RGB value is (16,60,59). Sum of RGB (Red+Green+Blue) = 16+60+59=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #103C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C3B is #EFC3C4. Grayscale: #2E2E2E. Windows color (decimal): -15713221 or 3882000. OLE color: 3882000.
HSL color Cylindrical-coordinate representation of color #103C3B: hue angle of 178.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C3B is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 60 | 59 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.76 |
| HSL | 178.64º | 0.58% | 0.15% | - |
| HSV(B) | 178.64º | 0.73% | 0.24% | - |
| XYZ | 2.62 | 3.66 | 4.71 | - |
| YUV | 46.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 59 | 0.73 | 0 | 0.02 | 0.76 | 178.64 | 0.58 | 0.15 |
| Hex | 10 | 3C | 3B | 49 | 0 | 2 | 4C | B3 | 3A | F |
| Octal | 20 | 74 | 73 | 111 | 0 | 2 | 114 | 263 | 72 | 17 |
| Binary | 10000 | 111100 | 111011 | 1001001 | 0 | 10 | 1001100 | 10110011 | 111010 | 1111 |
Color Harmonies of #103C3B
Complementary color
Monochromatic Colors of #103C3B
Black with #103C3B
Text Example
Text Example
White with #103C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C3B; }
p { color: rgb(16,60,59); }
H1.HeaderClassName
{
color: #103C3B;
}
.AnyTagClassName
{
color: #103C3B;
}
</style>
background-color css
<style>
a { background-color: #103C3B; }
a { background-color: rgb(16,60,59); }
div.DivClassName
{
background-color: #103C3B;
}
.BgClassName
{
background-color: #103C3B;
}
</style>
border-color css
<style>
span { border-color: #103C3B; }
span { border-color: rgb(16,60,59); }
td.TdClassName
{
border-color: #103C3B;
}
.TagClassName
{
border-color: #103C3B;
}
</style>