Shades of Tiber #1F504A
Tints of Tiber #1F504A
RGB
CMYK
RGB Variations
Color information
#1F504A (or 0x1F504A) is known color: Tiber. HEX triplet: 1F, 50 and 4A. RGB value is (31,80,74). Sum of RGB (Red+Green+Blue) = 31+80+74=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #1F504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F504A is #E0AFB5. Grayscale: #404040. Windows color (decimal): -14725046 or 4870175. OLE color: 4870175.
HSL color Cylindrical-coordinate representation of color #1F504A: hue angle of 172.65º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F504A is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 74 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.69 |
| HSL | 172.65º | 0.44% | 0.22% | - |
| HSV(B) | 172.65º | 0.61% | 0.31% | - |
| XYZ | 4.67 | 6.52 | 7.49 | - |
| YUV | 64.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 74 | 0.61 | 0 | 0.08 | 0.69 | 172.65 | 0.44 | 0.22 |
| Hex | 1F | 50 | 4A | 3D | 0 | 8 | 45 | AD | 2C | 16 |
| Octal | 37 | 120 | 112 | 75 | 0 | 10 | 105 | 255 | 54 | 26 |
| Binary | 11111 | 1010000 | 1001010 | 111101 | 0 | 1000 | 1000101 | 10101101 | 101100 | 10110 |
Color Harmonies of #1F504A
Complementary color
Monochromatic Colors of #1F504A
Black with #1F504A
Text Example
Text Example
White with #1F504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F504A; }
p { color: rgb(31,80,74); }
H1.HeaderClassName
{
color: #1F504A;
}
.AnyTagClassName
{
color: #1F504A;
}
</style>
background-color css
<style>
a { background-color: #1F504A; }
a { background-color: rgb(31,80,74); }
div.DivClassName
{
background-color: #1F504A;
}
.BgClassName
{
background-color: #1F504A;
}
</style>
border-color css
<style>
span { border-color: #1F504A; }
span { border-color: rgb(31,80,74); }
td.TdClassName
{
border-color: #1F504A;
}
.TagClassName
{
border-color: #1F504A;
}
</style>