Shades of Tiber #1D514D
Tints of Tiber #1D514D
RGB
CMYK
RGB Variations
Color information
#1D514D (or 0x1D514D) is known color: Tiber. HEX triplet: 1D, 51 and 4D. RGB value is (29,81,77). Sum of RGB (Red+Green+Blue) = 29+81+77=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #1D514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D514D is #E2AEB2. Grayscale: #404040. Windows color (decimal): -14855859 or 5067037. OLE color: 5067037.
HSL color Cylindrical-coordinate representation of color #1D514D: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D514D is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 77 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.68 |
| HSL | 175.38º | 0.47% | 0.22% | - |
| HSV(B) | 175.38º | 0.64% | 0.32% | - |
| XYZ | 4.79 | 6.68 | 8.06 | - |
| YUV | 65 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 77 | 0.64 | 0 | 0.05 | 0.68 | 175.38 | 0.47 | 0.22 |
| Hex | 1D | 51 | 4D | 40 | 0 | 5 | 44 | AF | 2F | 16 |
| Octal | 35 | 121 | 115 | 100 | 0 | 5 | 104 | 257 | 57 | 26 |
| Binary | 11101 | 1010001 | 1001101 | 1000000 | 0 | 101 | 1000100 | 10101111 | 101111 | 10110 |
Color Harmonies of #1D514D
Complementary color
Monochromatic Colors of #1D514D
Black with #1D514D
Text Example
Text Example
White with #1D514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D514D; }
p { color: rgb(29,81,77); }
H1.HeaderClassName
{
color: #1D514D;
}
.AnyTagClassName
{
color: #1D514D;
}
</style>
background-color css
<style>
a { background-color: #1D514D; }
a { background-color: rgb(29,81,77); }
div.DivClassName
{
background-color: #1D514D;
}
.BgClassName
{
background-color: #1D514D;
}
</style>
border-color css
<style>
span { border-color: #1D514D; }
span { border-color: rgb(29,81,77); }
td.TdClassName
{
border-color: #1D514D;
}
.TagClassName
{
border-color: #1D514D;
}
</style>