Shades of Tiber #1F494A
Tints of Tiber #1F494A
RGB
CMYK
RGB Variations
Color information
#1F494A (or 0x1F494A) is known color: Tiber. HEX triplet: 1F, 49 and 4A. RGB value is (31,73,74). Sum of RGB (Red+Green+Blue) = 31+73+74=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F494A is #E0B6B5. Grayscale: #3C3C3C. Windows color (decimal): -14726838 or 4868383. OLE color: 4868383.
HSL color Cylindrical-coordinate representation of color #1F494A: hue angle of 181.4º 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 #1F494A is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 74 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.71 |
| HSL | 181.4º | 0.41% | 0.21% | - |
| HSV(B) | 181.4º | 0.58% | 0.29% | - |
| XYZ | 4.18 | 5.55 | 7.33 | - |
| YUV | 60.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 74 | 0.58 | 0.01 | 0 | 0.71 | 181.4 | 0.41 | 0.21 |
| Hex | 1F | 49 | 4A | 3A | 1 | 0 | 47 | B5 | 29 | 15 |
| Octal | 37 | 111 | 112 | 72 | 1 | 0 | 107 | 265 | 51 | 25 |
| Binary | 11111 | 1001001 | 1001010 | 111010 | 1 | 0 | 1000111 | 10110101 | 101001 | 10101 |
Color Harmonies of #1F494A
Complementary color
Monochromatic Colors of #1F494A
Black with #1F494A
Text Example
Text Example
White with #1F494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F494A; }
p { color: rgb(31,73,74); }
H1.HeaderClassName
{
color: #1F494A;
}
.AnyTagClassName
{
color: #1F494A;
}
</style>
background-color css
<style>
a { background-color: #1F494A; }
a { background-color: rgb(31,73,74); }
div.DivClassName
{
background-color: #1F494A;
}
.BgClassName
{
background-color: #1F494A;
}
</style>
border-color css
<style>
span { border-color: #1F494A; }
span { border-color: rgb(31,73,74); }
td.TdClassName
{
border-color: #1F494A;
}
.TagClassName
{
border-color: #1F494A;
}
</style>