Shades of Tiber #1F4947
Tints of Tiber #1F4947
RGB
CMYK
RGB Variations
Color information
#1F4947 (or 0x1F4947) is known color: Tiber. HEX triplet: 1F, 49 and 47. RGB value is (31,73,71). Sum of RGB (Red+Green+Blue) = 31+73+71=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4947 is #E0B6B8. Grayscale: #3C3C3C. Windows color (decimal): -14726841 or 4671775. OLE color: 4671775.
HSL color Cylindrical-coordinate representation of color #1F4947: hue angle of 177.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4947 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 71 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.71 |
| HSL | 177.14º | 0.4% | 0.2% | - |
| HSV(B) | 177.14º | 0.58% | 0.29% | - |
| XYZ | 4.08 | 5.51 | 6.81 | - |
| YUV | 60.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 71 | 0.58 | 0 | 0.03 | 0.71 | 177.14 | 0.4 | 0.2 |
| Hex | 1F | 49 | 47 | 3A | 0 | 3 | 47 | B1 | 28 | 14 |
| Octal | 37 | 111 | 107 | 72 | 0 | 3 | 107 | 261 | 50 | 24 |
| Binary | 11111 | 1001001 | 1000111 | 111010 | 0 | 11 | 1000111 | 10110001 | 101000 | 10100 |
Color Harmonies of #1F4947
Complementary color
Monochromatic Colors of #1F4947
Black with #1F4947
Text Example
Text Example
White with #1F4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4947; }
p { color: rgb(31,73,71); }
H1.HeaderClassName
{
color: #1F4947;
}
.AnyTagClassName
{
color: #1F4947;
}
</style>
background-color css
<style>
a { background-color: #1F4947; }
a { background-color: rgb(31,73,71); }
div.DivClassName
{
background-color: #1F4947;
}
.BgClassName
{
background-color: #1F4947;
}
</style>
border-color css
<style>
span { border-color: #1F4947; }
span { border-color: rgb(31,73,71); }
td.TdClassName
{
border-color: #1F4947;
}
.TagClassName
{
border-color: #1F4947;
}
</style>