Shades of Tiber #1F4747
Tints of Tiber #1F4747
RGB
CMYK
RGB Variations
Color information
#1F4747 (or 0x1F4747) is known color: Tiber. HEX triplet: 1F, 47 and 47. RGB value is (31,71,71). Sum of RGB (Red+Green+Blue) = 31+71+71=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #1F4747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4747 is #E0B8B8. Grayscale: #3B3B3B. Windows color (decimal): -14727353 or 4671263. OLE color: 4671263.
HSL color Cylindrical-coordinate representation of color #1F4747: hue angle of 180º 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 #1F4747 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 71 | - |
| CMYK | 0.56 | 0 | 0 | 0.72 |
| HSL | 180º | 0.39% | 0.2% | - |
| HSV(B) | 180º | 0.56% | 0.28% | - |
| XYZ | 3.96 | 5.25 | 6.77 | - |
| YUV | 59.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 71 | 0.56 | 0 | 0 | 0.72 | 180 | 0.39 | 0.2 |
| Hex | 1F | 47 | 47 | 38 | 0 | 0 | 48 | B4 | 27 | 14 |
| Octal | 37 | 107 | 107 | 70 | 0 | 0 | 110 | 264 | 47 | 24 |
| Binary | 11111 | 1000111 | 1000111 | 111000 | 0 | 0 | 1001000 | 10110100 | 100111 | 10100 |
Color Harmonies of #1F4747
Complementary color
Monochromatic Colors of #1F4747
Black with #1F4747
Text Example
Text Example
White with #1F4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4747; }
p { color: rgb(31,71,71); }
H1.HeaderClassName
{
color: #1F4747;
}
.AnyTagClassName
{
color: #1F4747;
}
</style>
background-color css
<style>
a { background-color: #1F4747; }
a { background-color: rgb(31,71,71); }
div.DivClassName
{
background-color: #1F4747;
}
.BgClassName
{
background-color: #1F4747;
}
</style>
border-color css
<style>
span { border-color: #1F4747; }
span { border-color: rgb(31,71,71); }
td.TdClassName
{
border-color: #1F4747;
}
.TagClassName
{
border-color: #1F4747;
}
</style>