Shades of Tiber #113C3F
Tints of Tiber #113C3F
RGB
CMYK
RGB Variations
Color information
#113C3F (or 0x113C3F) is known color: Tiber. HEX triplet: 11, 3C and 3F. RGB value is (17,60,63). Sum of RGB (Red+Green+Blue) = 17+60+63=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #113C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C3F is #EEC3C0. Grayscale: #2F2F2F. Windows color (decimal): -15647681 or 4144145. OLE color: 4144145.
HSL color Cylindrical-coordinate representation of color #113C3F: hue angle of 183.91º degrees, saturation: 0.57, 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 #113C3F is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 60 | 63 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.75 |
| HSL | 183.91º | 0.58% | 0.16% | - |
| HSV(B) | 183.91º | 0.73% | 0.25% | - |
| XYZ | 2.74 | 3.71 | 5.27 | - |
| YUV | 47.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 63 | 0.73 | 0.05 | 0 | 0.75 | 183.91 | 0.58 | 0.16 |
| Hex | 11 | 3C | 3F | 49 | 5 | 0 | 4B | B8 | 3A | 10 |
| Octal | 21 | 74 | 77 | 111 | 5 | 0 | 113 | 270 | 72 | 20 |
| Binary | 10001 | 111100 | 111111 | 1001001 | 101 | 0 | 1001011 | 10111000 | 111010 | 10000 |
Color Harmonies of #113C3F
Complementary color
Monochromatic Colors of #113C3F
Black with #113C3F
Text Example
Text Example
White with #113C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C3F; }
p { color: rgb(17,60,63); }
H1.HeaderClassName
{
color: #113C3F;
}
.AnyTagClassName
{
color: #113C3F;
}
</style>
background-color css
<style>
a { background-color: #113C3F; }
a { background-color: rgb(17,60,63); }
div.DivClassName
{
background-color: #113C3F;
}
.BgClassName
{
background-color: #113C3F;
}
</style>
border-color css
<style>
span { border-color: #113C3F; }
span { border-color: rgb(17,60,63); }
td.TdClassName
{
border-color: #113C3F;
}
.TagClassName
{
border-color: #113C3F;
}
</style>