Shades of Tiber #103A38
Tints of Tiber #103A38
RGB
CMYK
RGB Variations
Color information
#103A38 (or 0x103A38) is known color: Tiber. HEX triplet: 10, 3A and 38. RGB value is (16,58,56). Sum of RGB (Red+Green+Blue) = 16+58+56=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #103A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A38 is #EFC5C7. Grayscale: #2D2D2D. Windows color (decimal): -15713736 or 3684880. OLE color: 3684880.
HSL color Cylindrical-coordinate representation of color #103A38: hue angle of 177.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A38 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 58 | 56 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.77 |
| HSL | 177.14º | 0.57% | 0.15% | - |
| HSV(B) | 177.14º | 0.72% | 0.23% | - |
| XYZ | 2.44 | 3.42 | 4.27 | - |
| YUV | 45.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 56 | 0.72 | 0 | 0.03 | 0.77 | 177.14 | 0.57 | 0.15 |
| Hex | 10 | 3A | 38 | 48 | 0 | 3 | 4D | B1 | 39 | F |
| Octal | 20 | 72 | 70 | 110 | 0 | 3 | 115 | 261 | 71 | 17 |
| Binary | 10000 | 111010 | 111000 | 1001000 | 0 | 11 | 1001101 | 10110001 | 111001 | 1111 |
Color Harmonies of #103A38
Complementary color
Monochromatic Colors of #103A38
Black with #103A38
Text Example
Text Example
White with #103A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A38; }
p { color: rgb(16,58,56); }
H1.HeaderClassName
{
color: #103A38;
}
.AnyTagClassName
{
color: #103A38;
}
</style>
background-color css
<style>
a { background-color: #103A38; }
a { background-color: rgb(16,58,56); }
div.DivClassName
{
background-color: #103A38;
}
.BgClassName
{
background-color: #103A38;
}
</style>
border-color css
<style>
span { border-color: #103A38; }
span { border-color: rgb(16,58,56); }
td.TdClassName
{
border-color: #103A38;
}
.TagClassName
{
border-color: #103A38;
}
</style>