Shades of Tiber #113B3B
Tints of Tiber #113B3B
RGB
CMYK
RGB Variations
Color information
#113B3B (or 0x113B3B) is known color: Tiber. HEX triplet: 11, 3B and 3B. RGB value is (17,59,59). Sum of RGB (Red+Green+Blue) = 17+59+59=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #113B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B3B is #EEC4C4. Grayscale: #2E2E2E. Windows color (decimal): -15647941 or 3881745. OLE color: 3881745.
HSL color Cylindrical-coordinate representation of color #113B3B: hue angle of 180º 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 #113B3B is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 59 | - |
| CMYK | 0.71 | 0 | 0 | 0.77 |
| HSL | 180º | 0.55% | 0.15% | - |
| HSV(B) | 180º | 0.71% | 0.23% | - |
| XYZ | 2.58 | 3.56 | 4.69 | - |
| YUV | 46.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 59 | 0.71 | 0 | 0 | 0.77 | 180 | 0.55 | 0.15 |
| Hex | 11 | 3B | 3B | 47 | 0 | 0 | 4D | B4 | 37 | F |
| Octal | 21 | 73 | 73 | 107 | 0 | 0 | 115 | 264 | 67 | 17 |
| Binary | 10001 | 111011 | 111011 | 1000111 | 0 | 0 | 1001101 | 10110100 | 110111 | 1111 |
Color Harmonies of #113B3B
Complementary color
Monochromatic Colors of #113B3B
Black with #113B3B
Text Example
Text Example
White with #113B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B3B; }
p { color: rgb(17,59,59); }
H1.HeaderClassName
{
color: #113B3B;
}
.AnyTagClassName
{
color: #113B3B;
}
</style>
background-color css
<style>
a { background-color: #113B3B; }
a { background-color: rgb(17,59,59); }
div.DivClassName
{
background-color: #113B3B;
}
.BgClassName
{
background-color: #113B3B;
}
</style>
border-color css
<style>
span { border-color: #113B3B; }
span { border-color: rgb(17,59,59); }
td.TdClassName
{
border-color: #113B3B;
}
.TagClassName
{
border-color: #113B3B;
}
</style>