Shades of Tiber #1D4247
Tints of Tiber #1D4247
RGB
CMYK
RGB Variations
Color information
#1D4247 (or 0x1D4247) is known color: Tiber. HEX triplet: 1D, 42 and 47. RGB value is (29,66,71). Sum of RGB (Red+Green+Blue) = 29+66+71=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D4247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4247 is #E2BDB8. Grayscale: #373737. Windows color (decimal): -14859705 or 4669981. OLE color: 4669981.
HSL color Cylindrical-coordinate representation of color #1D4247: hue angle of 187.14º 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 #1D4247 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 66 | 71 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.72 |
| HSL | 187.14º | 0.42% | 0.2% | - |
| HSV(B) | 187.14º | 0.59% | 0.28% | - |
| XYZ | 3.59 | 4.61 | 6.66 | - |
| YUV | 55.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 71 | 0.59 | 0.07 | 0 | 0.72 | 187.14 | 0.42 | 0.2 |
| Hex | 1D | 42 | 47 | 3B | 7 | 0 | 48 | BB | 2A | 14 |
| Octal | 35 | 102 | 107 | 73 | 7 | 0 | 110 | 273 | 52 | 24 |
| Binary | 11101 | 1000010 | 1000111 | 111011 | 111 | 0 | 1001000 | 10111011 | 101010 | 10100 |
Color Harmonies of #1D4247
Complementary color
Monochromatic Colors of #1D4247
Black with #1D4247
Text Example
Text Example
White with #1D4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4247; }
p { color: rgb(29,66,71); }
H1.HeaderClassName
{
color: #1D4247;
}
.AnyTagClassName
{
color: #1D4247;
}
</style>
background-color css
<style>
a { background-color: #1D4247; }
a { background-color: rgb(29,66,71); }
div.DivClassName
{
background-color: #1D4247;
}
.BgClassName
{
background-color: #1D4247;
}
</style>
border-color css
<style>
span { border-color: #1D4247; }
span { border-color: rgb(29,66,71); }
td.TdClassName
{
border-color: #1D4247;
}
.TagClassName
{
border-color: #1D4247;
}
</style>