Shades of Tiber #113B3D
Tints of Tiber #113B3D
RGB
CMYK
RGB Variations
Color information
#113B3D (or 0x113B3D) is known color: Tiber. HEX triplet: 11, 3B and 3D. RGB value is (17,59,61). Sum of RGB (Red+Green+Blue) = 17+59+61=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #113B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B3D is #EEC4C2. Grayscale: #2E2E2E. Windows color (decimal): -15647939 or 4012817. OLE color: 4012817.
HSL color Cylindrical-coordinate representation of color #113B3D: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113B3D is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 59 | 61 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.76 |
| HSL | 182.73º | 0.56% | 0.15% | - |
| HSV(B) | 182.73º | 0.72% | 0.24% | - |
| XYZ | 2.64 | 3.58 | 4.97 | - |
| YUV | 46.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 61 | 0.72 | 0.03 | 0 | 0.76 | 182.73 | 0.56 | 0.15 |
| Hex | 11 | 3B | 3D | 48 | 3 | 0 | 4C | B7 | 38 | F |
| Octal | 21 | 73 | 75 | 110 | 3 | 0 | 114 | 267 | 70 | 17 |
| Binary | 10001 | 111011 | 111101 | 1001000 | 11 | 0 | 1001100 | 10110111 | 111000 | 1111 |
Color Harmonies of #113B3D
Complementary color
Monochromatic Colors of #113B3D
Black with #113B3D
Text Example
Text Example
White with #113B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B3D; }
p { color: rgb(17,59,61); }
H1.HeaderClassName
{
color: #113B3D;
}
.AnyTagClassName
{
color: #113B3D;
}
</style>
background-color css
<style>
a { background-color: #113B3D; }
a { background-color: rgb(17,59,61); }
div.DivClassName
{
background-color: #113B3D;
}
.BgClassName
{
background-color: #113B3D;
}
</style>
border-color css
<style>
span { border-color: #113B3D; }
span { border-color: rgb(17,59,61); }
td.TdClassName
{
border-color: #113B3D;
}
.TagClassName
{
border-color: #113B3D;
}
</style>