Shades of Tiber #113C40
Tints of Tiber #113C40
RGB
CMYK
RGB Variations
Color information
#113C40 (or 0x113C40) is known color: Tiber. HEX triplet: 11, 3C and 40. RGB value is (17,60,64). Sum of RGB (Red+Green+Blue) = 17+60+64=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #113C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C40 is #EEC3BF. Grayscale: #2F2F2F. Windows color (decimal): -15647680 or 4209681. OLE color: 4209681.
HSL color Cylindrical-coordinate representation of color #113C40: hue angle of 185.11º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113C40 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 60 | 64 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.75 |
| HSL | 185.11º | 0.58% | 0.16% | - |
| HSV(B) | 185.11º | 0.73% | 0.25% | - |
| XYZ | 2.77 | 3.72 | 5.42 | - |
| YUV | 47.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 64 | 0.73 | 0.06 | 0 | 0.75 | 185.11 | 0.58 | 0.16 |
| Hex | 11 | 3C | 40 | 49 | 6 | 0 | 4B | B9 | 3A | 10 |
| Octal | 21 | 74 | 100 | 111 | 6 | 0 | 113 | 271 | 72 | 20 |
| Binary | 10001 | 111100 | 1000000 | 1001001 | 110 | 0 | 1001011 | 10111001 | 111010 | 10000 |
Color Harmonies of #113C40
Complementary color
Monochromatic Colors of #113C40
Black with #113C40
Text Example
Text Example
White with #113C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C40; }
p { color: rgb(17,60,64); }
H1.HeaderClassName
{
color: #113C40;
}
.AnyTagClassName
{
color: #113C40;
}
</style>
background-color css
<style>
a { background-color: #113C40; }
a { background-color: rgb(17,60,64); }
div.DivClassName
{
background-color: #113C40;
}
.BgClassName
{
background-color: #113C40;
}
</style>
border-color css
<style>
span { border-color: #113C40; }
span { border-color: rgb(17,60,64); }
td.TdClassName
{
border-color: #113C40;
}
.TagClassName
{
border-color: #113C40;
}
</style>