Shades of Tiber #113E3B
Tints of Tiber #113E3B
RGB
CMYK
RGB Variations
Color information
#113E3B (or 0x113E3B) is known color: Tiber. HEX triplet: 11, 3E and 3B. RGB value is (17,62,59). Sum of RGB (Red+Green+Blue) = 17+62+59=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #113E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E3B is #EEC1C4. Grayscale: #303030. Windows color (decimal): -15647173 or 3882513. OLE color: 3882513.
HSL color Cylindrical-coordinate representation of color #113E3B: hue angle of 176º degrees, saturation: 0.57, 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 #113E3B is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 59 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.76 |
| HSL | 176º | 0.57% | 0.15% | - |
| HSV(B) | 176º | 0.73% | 0.24% | - |
| XYZ | 2.74 | 3.88 | 4.74 | - |
| YUV | 48.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 59 | 0.73 | 0 | 0.05 | 0.76 | 176 | 0.57 | 0.15 |
| Hex | 11 | 3E | 3B | 49 | 0 | 5 | 4C | B0 | 39 | F |
| Octal | 21 | 76 | 73 | 111 | 0 | 5 | 114 | 260 | 71 | 17 |
| Binary | 10001 | 111110 | 111011 | 1001001 | 0 | 101 | 1001100 | 10110000 | 111001 | 1111 |
Color Harmonies of #113E3B
Complementary color
Monochromatic Colors of #113E3B
Black with #113E3B
Text Example
Text Example
White with #113E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E3B; }
p { color: rgb(17,62,59); }
H1.HeaderClassName
{
color: #113E3B;
}
.AnyTagClassName
{
color: #113E3B;
}
</style>
background-color css
<style>
a { background-color: #113E3B; }
a { background-color: rgb(17,62,59); }
div.DivClassName
{
background-color: #113E3B;
}
.BgClassName
{
background-color: #113E3B;
}
</style>
border-color css
<style>
span { border-color: #113E3B; }
span { border-color: rgb(17,62,59); }
td.TdClassName
{
border-color: #113E3B;
}
.TagClassName
{
border-color: #113E3B;
}
</style>