Shades of Tiber #113C3E
Tints of Tiber #113C3E
RGB
CMYK
RGB Variations
Color information
#113C3E (or 0x113C3E) is known color: Tiber. HEX triplet: 11, 3C and 3E. RGB value is (17,60,62). Sum of RGB (Red+Green+Blue) = 17+60+62=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #113C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C3E is #EEC3C1. Grayscale: #2F2F2F. Windows color (decimal): -15647682 or 4078609. OLE color: 4078609.
HSL color Cylindrical-coordinate representation of color #113C3E: hue angle of 182.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113C3E is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 62 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.76 |
| HSL | 182.67º | 0.57% | 0.15% | - |
| HSV(B) | 182.67º | 0.73% | 0.24% | - |
| XYZ | 2.72 | 3.7 | 5.13 | - |
| YUV | 47.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 62 | 0.73 | 0.03 | 0 | 0.76 | 182.67 | 0.57 | 0.15 |
| Hex | 11 | 3C | 3E | 49 | 3 | 0 | 4C | B7 | 39 | F |
| Octal | 21 | 74 | 76 | 111 | 3 | 0 | 114 | 267 | 71 | 17 |
| Binary | 10001 | 111100 | 111110 | 1001001 | 11 | 0 | 1001100 | 10110111 | 111001 | 1111 |
Color Harmonies of #113C3E
Complementary color
Monochromatic Colors of #113C3E
Black with #113C3E
Text Example
Text Example
White with #113C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C3E; }
p { color: rgb(17,60,62); }
H1.HeaderClassName
{
color: #113C3E;
}
.AnyTagClassName
{
color: #113C3E;
}
</style>
background-color css
<style>
a { background-color: #113C3E; }
a { background-color: rgb(17,60,62); }
div.DivClassName
{
background-color: #113C3E;
}
.BgClassName
{
background-color: #113C3E;
}
</style>
border-color css
<style>
span { border-color: #113C3E; }
span { border-color: rgb(17,60,62); }
td.TdClassName
{
border-color: #113C3E;
}
.TagClassName
{
border-color: #113C3E;
}
</style>