Shades of Tiber #1F484D
Tints of Tiber #1F484D
RGB
CMYK
RGB Variations
Color information
#1F484D (or 0x1F484D) is known color: Tiber. HEX triplet: 1F, 48 and 4D. RGB value is (31,72,77). Sum of RGB (Red+Green+Blue) = 31+72+77=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F484D is #E0B7B2. Grayscale: #3C3C3C. Windows color (decimal): -14727091 or 5064735. OLE color: 5064735.
HSL color Cylindrical-coordinate representation of color #1F484D: hue angle of 186.52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F484D is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 72 | 77 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.70 |
| HSL | 186.52º | 0.43% | 0.21% | - |
| HSV(B) | 186.52º | 0.6% | 0.3% | - |
| XYZ | 4.22 | 5.46 | 7.85 | - |
| YUV | 60.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 77 | 0.60 | 0.06 | 0 | 0.70 | 186.52 | 0.43 | 0.21 |
| Hex | 1F | 48 | 4D | 3C | 6 | 0 | 46 | BB | 2B | 15 |
| Octal | 37 | 110 | 115 | 74 | 6 | 0 | 106 | 273 | 53 | 25 |
| Binary | 11111 | 1001000 | 1001101 | 111100 | 110 | 0 | 1000110 | 10111011 | 101011 | 10101 |
Color Harmonies of #1F484D
Complementary color
Monochromatic Colors of #1F484D
Black with #1F484D
Text Example
Text Example
White with #1F484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F484D; }
p { color: rgb(31,72,77); }
H1.HeaderClassName
{
color: #1F484D;
}
.AnyTagClassName
{
color: #1F484D;
}
</style>
background-color css
<style>
a { background-color: #1F484D; }
a { background-color: rgb(31,72,77); }
div.DivClassName
{
background-color: #1F484D;
}
.BgClassName
{
background-color: #1F484D;
}
</style>
border-color css
<style>
span { border-color: #1F484D; }
span { border-color: rgb(31,72,77); }
td.TdClassName
{
border-color: #1F484D;
}
.TagClassName
{
border-color: #1F484D;
}
</style>