Shades of Tiber #113B39
Tints of Tiber #113B39
RGB
CMYK
RGB Variations
Color information
#113B39 (or 0x113B39) is known color: Tiber. HEX triplet: 11, 3B and 39. RGB value is (17,59,57). Sum of RGB (Red+Green+Blue) = 17+59+57=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #113B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B39 is #EEC4C6. Grayscale: #2E2E2E. Windows color (decimal): -15647943 or 3750673. OLE color: 3750673.
HSL color Cylindrical-coordinate representation of color #113B39: hue angle of 177.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B39 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 57 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.77 |
| HSL | 177.14º | 0.55% | 0.15% | - |
| HSV(B) | 177.14º | 0.71% | 0.23% | - |
| XYZ | 2.53 | 3.54 | 4.42 | - |
| YUV | 46.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 57 | 0.71 | 0 | 0.03 | 0.77 | 177.14 | 0.55 | 0.15 |
| Hex | 11 | 3B | 39 | 47 | 0 | 3 | 4D | B1 | 37 | F |
| Octal | 21 | 73 | 71 | 107 | 0 | 3 | 115 | 261 | 67 | 17 |
| Binary | 10001 | 111011 | 111001 | 1000111 | 0 | 11 | 1001101 | 10110001 | 110111 | 1111 |
Color Harmonies of #113B39
Complementary color
Monochromatic Colors of #113B39
Black with #113B39
Text Example
Text Example
White with #113B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B39; }
p { color: rgb(17,59,57); }
H1.HeaderClassName
{
color: #113B39;
}
.AnyTagClassName
{
color: #113B39;
}
</style>
background-color css
<style>
a { background-color: #113B39; }
a { background-color: rgb(17,59,57); }
div.DivClassName
{
background-color: #113B39;
}
.BgClassName
{
background-color: #113B39;
}
</style>
border-color css
<style>
span { border-color: #113B39; }
span { border-color: rgb(17,59,57); }
td.TdClassName
{
border-color: #113B39;
}
.TagClassName
{
border-color: #113B39;
}
</style>