Shades of Tiber #1D4747
Tints of Tiber #1D4747
RGB
CMYK
RGB Variations
Color information
#1D4747 (or 0x1D4747) is known color: Tiber. HEX triplet: 1D, 47 and 47. RGB value is (29,71,71). Sum of RGB (Red+Green+Blue) = 29+71+71=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #1D4747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4747 is #E2B8B8. Grayscale: #3A3A3A. Windows color (decimal): -14858425 or 4671261. OLE color: 4671261.
HSL color Cylindrical-coordinate representation of color #1D4747: hue angle of 180º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4747 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 71 | - |
| CMYK | 0.59 | 0 | 0 | 0.72 |
| HSL | 180º | 0.42% | 0.2% | - |
| HSV(B) | 180º | 0.59% | 0.28% | - |
| XYZ | 3.9 | 5.22 | 6.76 | - |
| YUV | 58.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 71 | 0.59 | 0 | 0 | 0.72 | 180 | 0.42 | 0.2 |
| Hex | 1D | 47 | 47 | 3B | 0 | 0 | 48 | B4 | 2A | 14 |
| Octal | 35 | 107 | 107 | 73 | 0 | 0 | 110 | 264 | 52 | 24 |
| Binary | 11101 | 1000111 | 1000111 | 111011 | 0 | 0 | 1001000 | 10110100 | 101010 | 10100 |
Color Harmonies of #1D4747
Complementary color
Monochromatic Colors of #1D4747
Black with #1D4747
Text Example
Text Example
White with #1D4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4747; }
p { color: rgb(29,71,71); }
H1.HeaderClassName
{
color: #1D4747;
}
.AnyTagClassName
{
color: #1D4747;
}
</style>
background-color css
<style>
a { background-color: #1D4747; }
a { background-color: rgb(29,71,71); }
div.DivClassName
{
background-color: #1D4747;
}
.BgClassName
{
background-color: #1D4747;
}
</style>
border-color css
<style>
span { border-color: #1D4747; }
span { border-color: rgb(29,71,71); }
td.TdClassName
{
border-color: #1D4747;
}
.TagClassName
{
border-color: #1D4747;
}
</style>