Shades of Tiber #1F4648
Tints of Tiber #1F4648
RGB
CMYK
RGB Variations
Color information
#1F4648 (or 0x1F4648) is known color: Tiber. HEX triplet: 1F, 46 and 48. RGB value is (31,70,72). Sum of RGB (Red+Green+Blue) = 31+70+72=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F4648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4648 is #E0B9B7. Grayscale: #3A3A3A. Windows color (decimal): -14727608 or 4736543. OLE color: 4736543.
HSL color Cylindrical-coordinate representation of color #1F4648: hue angle of 182.93º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4648 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 70 | 72 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.72 |
| HSL | 182.93º | 0.4% | 0.2% | - |
| HSV(B) | 182.93º | 0.57% | 0.28% | - |
| XYZ | 3.92 | 5.14 | 6.92 | - |
| YUV | 58.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 72 | 0.57 | 0.03 | 0 | 0.72 | 182.93 | 0.4 | 0.2 |
| Hex | 1F | 46 | 48 | 39 | 3 | 0 | 48 | B7 | 28 | 14 |
| Octal | 37 | 106 | 110 | 71 | 3 | 0 | 110 | 267 | 50 | 24 |
| Binary | 11111 | 1000110 | 1001000 | 111001 | 11 | 0 | 1001000 | 10110111 | 101000 | 10100 |
Color Harmonies of #1F4648
Complementary color
Monochromatic Colors of #1F4648
Black with #1F4648
Text Example
Text Example
White with #1F4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4648; }
p { color: rgb(31,70,72); }
H1.HeaderClassName
{
color: #1F4648;
}
.AnyTagClassName
{
color: #1F4648;
}
</style>
background-color css
<style>
a { background-color: #1F4648; }
a { background-color: rgb(31,70,72); }
div.DivClassName
{
background-color: #1F4648;
}
.BgClassName
{
background-color: #1F4648;
}
</style>
border-color css
<style>
span { border-color: #1F4648; }
span { border-color: rgb(31,70,72); }
td.TdClassName
{
border-color: #1F4648;
}
.TagClassName
{
border-color: #1F4648;
}
</style>