Shades of Tiber #103C42
Tints of Tiber #103C42
RGB
CMYK
RGB Variations
Color information
#103C42 (or 0x103C42) is known color: Tiber. HEX triplet: 10, 3C and 42. RGB value is (16,60,66). Sum of RGB (Red+Green+Blue) = 16+60+66=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #103C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C42 is #EFC3BD. Grayscale: #2F2F2F. Windows color (decimal): -15713214 or 4340752. OLE color: 4340752.
HSL color Cylindrical-coordinate representation of color #103C42: hue angle of 187.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103C42 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 60 | 66 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.74 |
| HSL | 187.2º | 0.61% | 0.16% | - |
| HSV(B) | 187.2º | 0.76% | 0.26% | - |
| XYZ | 2.81 | 3.74 | 5.73 | - |
| YUV | 47.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 66 | 0.76 | 0.09 | 0 | 0.74 | 187.2 | 0.61 | 0.16 |
| Hex | 10 | 3C | 42 | 4C | 9 | 0 | 4A | BB | 3D | 10 |
| Octal | 20 | 74 | 102 | 114 | 11 | 0 | 112 | 273 | 75 | 20 |
| Binary | 10000 | 111100 | 1000010 | 1001100 | 1001 | 0 | 1001010 | 10111011 | 111101 | 10000 |
Color Harmonies of #103C42
Complementary color
Monochromatic Colors of #103C42
Black with #103C42
Text Example
Text Example
White with #103C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C42; }
p { color: rgb(16,60,66); }
H1.HeaderClassName
{
color: #103C42;
}
.AnyTagClassName
{
color: #103C42;
}
</style>
background-color css
<style>
a { background-color: #103C42; }
a { background-color: rgb(16,60,66); }
div.DivClassName
{
background-color: #103C42;
}
.BgClassName
{
background-color: #103C42;
}
</style>
border-color css
<style>
span { border-color: #103C42; }
span { border-color: rgb(16,60,66); }
td.TdClassName
{
border-color: #103C42;
}
.TagClassName
{
border-color: #103C42;
}
</style>