Shades of Tiber #113D41
Tints of Tiber #113D41
RGB
CMYK
RGB Variations
Color information
#113D41 (or 0x113D41) is known color: Tiber. HEX triplet: 11, 3D and 41. RGB value is (17,61,65). Sum of RGB (Red+Green+Blue) = 17+61+65=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #113D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D41 is #EEC2BE. Grayscale: #303030. Windows color (decimal): -15647423 or 4275473. OLE color: 4275473.
HSL color Cylindrical-coordinate representation of color #113D41: hue angle of 185º 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 #113D41 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 61 | 65 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.75 |
| HSL | 185º | 0.59% | 0.16% | - |
| HSV(B) | 185º | 0.74% | 0.25% | - |
| XYZ | 2.85 | 3.84 | 5.59 | - |
| YUV | 48.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 65 | 0.74 | 0.06 | 0 | 0.75 | 185 | 0.59 | 0.16 |
| Hex | 11 | 3D | 41 | 4A | 6 | 0 | 4B | B9 | 3B | 10 |
| Octal | 21 | 75 | 101 | 112 | 6 | 0 | 113 | 271 | 73 | 20 |
| Binary | 10001 | 111101 | 1000001 | 1001010 | 110 | 0 | 1001011 | 10111001 | 111011 | 10000 |
Color Harmonies of #113D41
Complementary color
Monochromatic Colors of #113D41
Black with #113D41
Text Example
Text Example
White with #113D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D41; }
p { color: rgb(17,61,65); }
H1.HeaderClassName
{
color: #113D41;
}
.AnyTagClassName
{
color: #113D41;
}
</style>
background-color css
<style>
a { background-color: #113D41; }
a { background-color: rgb(17,61,65); }
div.DivClassName
{
background-color: #113D41;
}
.BgClassName
{
background-color: #113D41;
}
</style>
border-color css
<style>
span { border-color: #113D41; }
span { border-color: rgb(17,61,65); }
td.TdClassName
{
border-color: #113D41;
}
.TagClassName
{
border-color: #113D41;
}
</style>