Shades of Tiber #1D4146
Tints of Tiber #1D4146
RGB
CMYK
RGB Variations
Color information
#1D4146 (or 0x1D4146) is known color: Tiber. HEX triplet: 1D, 41 and 46. RGB value is (29,65,70). Sum of RGB (Red+Green+Blue) = 29+65+70=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4146 is #E2BEB9. Grayscale: #363636. Windows color (decimal): -14859962 or 4604189. OLE color: 4604189.
HSL color Cylindrical-coordinate representation of color #1D4146: hue angle of 187.32º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4146 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 65 | 70 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.73 |
| HSL | 187.32º | 0.41% | 0.19% | - |
| HSV(B) | 187.32º | 0.59% | 0.27% | - |
| XYZ | 3.5 | 4.48 | 6.48 | - |
| YUV | 54.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 70 | 0.59 | 0.07 | 0 | 0.73 | 187.32 | 0.41 | 0.19 |
| Hex | 1D | 41 | 46 | 3B | 7 | 0 | 49 | BB | 29 | 13 |
| Octal | 35 | 101 | 106 | 73 | 7 | 0 | 111 | 273 | 51 | 23 |
| Binary | 11101 | 1000001 | 1000110 | 111011 | 111 | 0 | 1001001 | 10111011 | 101001 | 10011 |
Color Harmonies of #1D4146
Complementary color
Monochromatic Colors of #1D4146
Black with #1D4146
Text Example
Text Example
White with #1D4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4146; }
p { color: rgb(29,65,70); }
H1.HeaderClassName
{
color: #1D4146;
}
.AnyTagClassName
{
color: #1D4146;
}
</style>
background-color css
<style>
a { background-color: #1D4146; }
a { background-color: rgb(29,65,70); }
div.DivClassName
{
background-color: #1D4146;
}
.BgClassName
{
background-color: #1D4146;
}
</style>
border-color css
<style>
span { border-color: #1D4146; }
span { border-color: rgb(29,65,70); }
td.TdClassName
{
border-color: #1D4146;
}
.TagClassName
{
border-color: #1D4146;
}
</style>