Shades of Tiber #1F4447
Tints of Tiber #1F4447
RGB
CMYK
RGB Variations
Color information
#1F4447 (or 0x1F4447) is known color: Tiber. HEX triplet: 1F, 44 and 47. RGB value is (31,68,71). Sum of RGB (Red+Green+Blue) = 31+68+71=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4447 is #E0BBB8. Grayscale: #393939. Windows color (decimal): -14728121 or 4670495. OLE color: 4670495.
HSL color Cylindrical-coordinate representation of color #1F4447: hue angle of 184.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4447 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 68 | 71 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.72 |
| HSL | 184.5º | 0.39% | 0.2% | - |
| HSV(B) | 184.5º | 0.56% | 0.28% | - |
| XYZ | 3.77 | 4.88 | 6.7 | - |
| YUV | 57.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 71 | 0.56 | 0.04 | 0 | 0.72 | 184.5 | 0.39 | 0.2 |
| Hex | 1F | 44 | 47 | 38 | 4 | 0 | 48 | B8 | 27 | 14 |
| Octal | 37 | 104 | 107 | 70 | 4 | 0 | 110 | 270 | 47 | 24 |
| Binary | 11111 | 1000100 | 1000111 | 111000 | 100 | 0 | 1001000 | 10111000 | 100111 | 10100 |
Color Harmonies of #1F4447
Complementary color
Monochromatic Colors of #1F4447
Black with #1F4447
Text Example
Text Example
White with #1F4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4447; }
p { color: rgb(31,68,71); }
H1.HeaderClassName
{
color: #1F4447;
}
.AnyTagClassName
{
color: #1F4447;
}
</style>
background-color css
<style>
a { background-color: #1F4447; }
a { background-color: rgb(31,68,71); }
div.DivClassName
{
background-color: #1F4447;
}
.BgClassName
{
background-color: #1F4447;
}
</style>
border-color css
<style>
span { border-color: #1F4447; }
span { border-color: rgb(31,68,71); }
td.TdClassName
{
border-color: #1F4447;
}
.TagClassName
{
border-color: #1F4447;
}
</style>