Shades of Tiber #103C3E
Tints of Tiber #103C3E
RGB
CMYK
RGB Variations
Color information
#103C3E (or 0x103C3E) is known color: Tiber. HEX triplet: 10, 3C and 3E. RGB value is (16,60,62). Sum of RGB (Red+Green+Blue) = 16+60+62=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #103C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C3E is #EFC3C1. Grayscale: #2F2F2F. Windows color (decimal): -15713218 or 4078608. OLE color: 4078608.
HSL color Cylindrical-coordinate representation of color #103C3E: hue angle of 182.61º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103C3E is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 60 | 62 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.76 |
| HSL | 182.61º | 0.59% | 0.15% | - |
| HSV(B) | 182.61º | 0.74% | 0.24% | - |
| XYZ | 2.7 | 3.69 | 5.13 | - |
| YUV | 47.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 62 | 0.74 | 0.03 | 0 | 0.76 | 182.61 | 0.59 | 0.15 |
| Hex | 10 | 3C | 3E | 4A | 3 | 0 | 4C | B7 | 3B | F |
| Octal | 20 | 74 | 76 | 112 | 3 | 0 | 114 | 267 | 73 | 17 |
| Binary | 10000 | 111100 | 111110 | 1001010 | 11 | 0 | 1001100 | 10110111 | 111011 | 1111 |
Color Harmonies of #103C3E
Complementary color
Monochromatic Colors of #103C3E
Black with #103C3E
Text Example
Text Example
White with #103C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C3E; }
p { color: rgb(16,60,62); }
H1.HeaderClassName
{
color: #103C3E;
}
.AnyTagClassName
{
color: #103C3E;
}
</style>
background-color css
<style>
a { background-color: #103C3E; }
a { background-color: rgb(16,60,62); }
div.DivClassName
{
background-color: #103C3E;
}
.BgClassName
{
background-color: #103C3E;
}
</style>
border-color css
<style>
span { border-color: #103C3E; }
span { border-color: rgb(16,60,62); }
td.TdClassName
{
border-color: #103C3E;
}
.TagClassName
{
border-color: #103C3E;
}
</style>