Shades of Tiber #113F41
Tints of Tiber #113F41
RGB
CMYK
RGB Variations
Color information
#113F41 (or 0x113F41) is known color: Tiber. HEX triplet: 11, 3F and 41. RGB value is (17,63,65). Sum of RGB (Red+Green+Blue) = 17+63+65=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #113F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F41 is #EEC0BE. Grayscale: #313131. Windows color (decimal): -15646911 or 4275985. OLE color: 4275985.
HSL color Cylindrical-coordinate representation of color #113F41: hue angle of 182.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113F41 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 65 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.75 |
| HSL | 182.5º | 0.59% | 0.16% | - |
| HSV(B) | 182.5º | 0.74% | 0.25% | - |
| XYZ | 2.96 | 4.06 | 5.63 | - |
| YUV | 49.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 65 | 0.74 | 0.03 | 0 | 0.75 | 182.5 | 0.59 | 0.16 |
| Hex | 11 | 3F | 41 | 4A | 3 | 0 | 4B | B6 | 3B | 10 |
| Octal | 21 | 77 | 101 | 112 | 3 | 0 | 113 | 266 | 73 | 20 |
| Binary | 10001 | 111111 | 1000001 | 1001010 | 11 | 0 | 1001011 | 10110110 | 111011 | 10000 |
Color Harmonies of #113F41
Complementary color
Monochromatic Colors of #113F41
Black with #113F41
Text Example
Text Example
White with #113F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F41; }
p { color: rgb(17,63,65); }
H1.HeaderClassName
{
color: #113F41;
}
.AnyTagClassName
{
color: #113F41;
}
</style>
background-color css
<style>
a { background-color: #113F41; }
a { background-color: rgb(17,63,65); }
div.DivClassName
{
background-color: #113F41;
}
.BgClassName
{
background-color: #113F41;
}
</style>
border-color css
<style>
span { border-color: #113F41; }
span { border-color: rgb(17,63,65); }
td.TdClassName
{
border-color: #113F41;
}
.TagClassName
{
border-color: #113F41;
}
</style>