Shades of Tiber #1D4949
Tints of Tiber #1D4949
RGB
CMYK
RGB Variations
Color information
#1D4949 (or 0x1D4949) is known color: Tiber. HEX triplet: 1D, 49 and 49. RGB value is (29,73,73). Sum of RGB (Red+Green+Blue) = 29+73+73=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #1D4949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4949 is #E2B6B6. Grayscale: #3B3B3B. Windows color (decimal): -14857911 or 4802845. OLE color: 4802845.
HSL color Cylindrical-coordinate representation of color #1D4949: hue angle of 180º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4949 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 73 | - |
| CMYK | 0.60 | 0 | 0 | 0.71 |
| HSL | 180º | 0.43% | 0.2% | - |
| HSV(B) | 180º | 0.6% | 0.29% | - |
| XYZ | 4.09 | 5.51 | 7.15 | - |
| YUV | 59.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 73 | 0.60 | 0 | 0 | 0.71 | 180 | 0.43 | 0.2 |
| Hex | 1D | 49 | 49 | 3C | 0 | 0 | 47 | B4 | 2B | 14 |
| Octal | 35 | 111 | 111 | 74 | 0 | 0 | 107 | 264 | 53 | 24 |
| Binary | 11101 | 1001001 | 1001001 | 111100 | 0 | 0 | 1000111 | 10110100 | 101011 | 10100 |
Color Harmonies of #1D4949
Complementary color
Monochromatic Colors of #1D4949
Black with #1D4949
Text Example
Text Example
White with #1D4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4949; }
p { color: rgb(29,73,73); }
H1.HeaderClassName
{
color: #1D4949;
}
.AnyTagClassName
{
color: #1D4949;
}
</style>
background-color css
<style>
a { background-color: #1D4949; }
a { background-color: rgb(29,73,73); }
div.DivClassName
{
background-color: #1D4949;
}
.BgClassName
{
background-color: #1D4949;
}
</style>
border-color css
<style>
span { border-color: #1D4949; }
span { border-color: rgb(29,73,73); }
td.TdClassName
{
border-color: #1D4949;
}
.TagClassName
{
border-color: #1D4949;
}
</style>