Shades of Tiber #1F4A47
Tints of Tiber #1F4A47
RGB
CMYK
RGB Variations
Color information
#1F4A47 (or 0x1F4A47) is known color: Tiber. HEX triplet: 1F, 4A and 47. RGB value is (31,74,71). Sum of RGB (Red+Green+Blue) = 31+74+71=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A47 is #E0B5B8. Grayscale: #3C3C3C. Windows color (decimal): -14726585 or 4672031. OLE color: 4672031.
HSL color Cylindrical-coordinate representation of color #1F4A47: hue angle of 175.81º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4A47 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 74 | 71 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.71 |
| HSL | 175.81º | 0.41% | 0.21% | - |
| HSV(B) | 175.81º | 0.58% | 0.29% | - |
| XYZ | 4.15 | 5.64 | 6.83 | - |
| YUV | 60.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 71 | 0.58 | 0 | 0.04 | 0.71 | 175.81 | 0.41 | 0.21 |
| Hex | 1F | 4A | 47 | 3A | 0 | 4 | 47 | B0 | 29 | 15 |
| Octal | 37 | 112 | 107 | 72 | 0 | 4 | 107 | 260 | 51 | 25 |
| Binary | 11111 | 1001010 | 1000111 | 111010 | 0 | 100 | 1000111 | 10110000 | 101001 | 10101 |
Color Harmonies of #1F4A47
Complementary color
Monochromatic Colors of #1F4A47
Black with #1F4A47
Text Example
Text Example
White with #1F4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A47; }
p { color: rgb(31,74,71); }
H1.HeaderClassName
{
color: #1F4A47;
}
.AnyTagClassName
{
color: #1F4A47;
}
</style>
background-color css
<style>
a { background-color: #1F4A47; }
a { background-color: rgb(31,74,71); }
div.DivClassName
{
background-color: #1F4A47;
}
.BgClassName
{
background-color: #1F4A47;
}
</style>
border-color css
<style>
span { border-color: #1F4A47; }
span { border-color: rgb(31,74,71); }
td.TdClassName
{
border-color: #1F4A47;
}
.TagClassName
{
border-color: #1F4A47;
}
</style>