Shades of Tiber #1F4A48
Tints of Tiber #1F4A48
RGB
CMYK
RGB Variations
Color information
#1F4A48 (or 0x1F4A48) is known color: Tiber. HEX triplet: 1F, 4A and 48. RGB value is (31,74,72). Sum of RGB (Red+Green+Blue) = 31+74+72=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A48 is #E0B5B7. Grayscale: #3C3C3C. Windows color (decimal): -14726584 or 4737567. OLE color: 4737567.
HSL color Cylindrical-coordinate representation of color #1F4A48: hue angle of 177.21º 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 #1F4A48 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 74 | 72 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.71 |
| HSL | 177.21º | 0.41% | 0.21% | - |
| HSV(B) | 177.21º | 0.58% | 0.29% | - |
| XYZ | 4.18 | 5.66 | 7 | - |
| YUV | 60.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 72 | 0.58 | 0 | 0.03 | 0.71 | 177.21 | 0.41 | 0.21 |
| Hex | 1F | 4A | 48 | 3A | 0 | 3 | 47 | B1 | 29 | 15 |
| Octal | 37 | 112 | 110 | 72 | 0 | 3 | 107 | 261 | 51 | 25 |
| Binary | 11111 | 1001010 | 1001000 | 111010 | 0 | 11 | 1000111 | 10110001 | 101001 | 10101 |
Color Harmonies of #1F4A48
Complementary color
Monochromatic Colors of #1F4A48
Black with #1F4A48
Text Example
Text Example
White with #1F4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A48; }
p { color: rgb(31,74,72); }
H1.HeaderClassName
{
color: #1F4A48;
}
.AnyTagClassName
{
color: #1F4A48;
}
</style>
background-color css
<style>
a { background-color: #1F4A48; }
a { background-color: rgb(31,74,72); }
div.DivClassName
{
background-color: #1F4A48;
}
.BgClassName
{
background-color: #1F4A48;
}
</style>
border-color css
<style>
span { border-color: #1F4A48; }
span { border-color: rgb(31,74,72); }
td.TdClassName
{
border-color: #1F4A48;
}
.TagClassName
{
border-color: #1F4A48;
}
</style>