Shades of Tiber #1D4346
Tints of Tiber #1D4346
RGB
CMYK
RGB Variations
Color information
#1D4346 (or 0x1D4346) is known color: Tiber. HEX triplet: 1D, 43 and 46. RGB value is (29,67,70). Sum of RGB (Red+Green+Blue) = 29+67+70=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4346 is #E2BCB9. Grayscale: #373737. Windows color (decimal): -14859450 or 4604701. OLE color: 4604701.
HSL color Cylindrical-coordinate representation of color #1D4346: hue angle of 184.39º 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 #1D4346 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 67 | 70 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.73 |
| HSL | 184.39º | 0.41% | 0.19% | - |
| HSV(B) | 184.39º | 0.59% | 0.27% | - |
| XYZ | 3.62 | 4.72 | 6.51 | - |
| YUV | 55.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 70 | 0.59 | 0.04 | 0 | 0.73 | 184.39 | 0.41 | 0.19 |
| Hex | 1D | 43 | 46 | 3B | 4 | 0 | 49 | B8 | 29 | 13 |
| Octal | 35 | 103 | 106 | 73 | 4 | 0 | 111 | 270 | 51 | 23 |
| Binary | 11101 | 1000011 | 1000110 | 111011 | 100 | 0 | 1001001 | 10111000 | 101001 | 10011 |
Color Harmonies of #1D4346
Complementary color
Monochromatic Colors of #1D4346
Black with #1D4346
Text Example
Text Example
White with #1D4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4346; }
p { color: rgb(29,67,70); }
H1.HeaderClassName
{
color: #1D4346;
}
.AnyTagClassName
{
color: #1D4346;
}
</style>
background-color css
<style>
a { background-color: #1D4346; }
a { background-color: rgb(29,67,70); }
div.DivClassName
{
background-color: #1D4346;
}
.BgClassName
{
background-color: #1D4346;
}
</style>
border-color css
<style>
span { border-color: #1D4346; }
span { border-color: rgb(29,67,70); }
td.TdClassName
{
border-color: #1D4346;
}
.TagClassName
{
border-color: #1D4346;
}
</style>