Shades of Tiber #113F42
Tints of Tiber #113F42
RGB
CMYK
RGB Variations
Color information
#113F42 (or 0x113F42) is known color: Tiber. HEX triplet: 11, 3F and 42. RGB value is (17,63,66). Sum of RGB (Red+Green+Blue) = 17+63+66=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #113F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F42 is #EEC0BD. Grayscale: #313131. Windows color (decimal): -15646910 or 4341521. OLE color: 4341521.
HSL color Cylindrical-coordinate representation of color #113F42: hue angle of 183.67º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113F42 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 63 | 66 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.74 |
| HSL | 183.67º | 0.59% | 0.16% | - |
| HSV(B) | 183.67º | 0.74% | 0.26% | - |
| XYZ | 2.99 | 4.07 | 5.78 | - |
| YUV | 49.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 66 | 0.74 | 0.05 | 0 | 0.74 | 183.67 | 0.59 | 0.16 |
| Hex | 11 | 3F | 42 | 4A | 5 | 0 | 4A | B8 | 3B | 10 |
| Octal | 21 | 77 | 102 | 112 | 5 | 0 | 112 | 270 | 73 | 20 |
| Binary | 10001 | 111111 | 1000010 | 1001010 | 101 | 0 | 1001010 | 10111000 | 111011 | 10000 |
Color Harmonies of #113F42
Complementary color
Monochromatic Colors of #113F42
Black with #113F42
Text Example
Text Example
White with #113F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F42; }
p { color: rgb(17,63,66); }
H1.HeaderClassName
{
color: #113F42;
}
.AnyTagClassName
{
color: #113F42;
}
</style>
background-color css
<style>
a { background-color: #113F42; }
a { background-color: rgb(17,63,66); }
div.DivClassName
{
background-color: #113F42;
}
.BgClassName
{
background-color: #113F42;
}
</style>
border-color css
<style>
span { border-color: #113F42; }
span { border-color: rgb(17,63,66); }
td.TdClassName
{
border-color: #113F42;
}
.TagClassName
{
border-color: #113F42;
}
</style>