Shades of Tiber #1D4648
Tints of Tiber #1D4648
RGB
CMYK
RGB Variations
Color information
#1D4648 (or 0x1D4648) is known color: Tiber. HEX triplet: 1D, 46 and 48. RGB value is (29,70,72). Sum of RGB (Red+Green+Blue) = 29+70+72=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D4648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4648 is #E2B9B7. Grayscale: #393939. Windows color (decimal): -14858680 or 4736541. OLE color: 4736541.
HSL color Cylindrical-coordinate representation of color #1D4648: hue angle of 182.79º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4648 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 70 | 72 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.72 |
| HSL | 182.79º | 0.43% | 0.2% | - |
| HSV(B) | 182.79º | 0.6% | 0.28% | - |
| XYZ | 3.87 | 5.11 | 6.91 | - |
| YUV | 57.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 72 | 0.60 | 0.03 | 0 | 0.72 | 182.79 | 0.43 | 0.2 |
| Hex | 1D | 46 | 48 | 3C | 3 | 0 | 48 | B7 | 2B | 14 |
| Octal | 35 | 106 | 110 | 74 | 3 | 0 | 110 | 267 | 53 | 24 |
| Binary | 11101 | 1000110 | 1001000 | 111100 | 11 | 0 | 1001000 | 10110111 | 101011 | 10100 |
Color Harmonies of #1D4648
Complementary color
Monochromatic Colors of #1D4648
Black with #1D4648
Text Example
Text Example
White with #1D4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4648; }
p { color: rgb(29,70,72); }
H1.HeaderClassName
{
color: #1D4648;
}
.AnyTagClassName
{
color: #1D4648;
}
</style>
background-color css
<style>
a { background-color: #1D4648; }
a { background-color: rgb(29,70,72); }
div.DivClassName
{
background-color: #1D4648;
}
.BgClassName
{
background-color: #1D4648;
}
</style>
border-color css
<style>
span { border-color: #1D4648; }
span { border-color: rgb(29,70,72); }
td.TdClassName
{
border-color: #1D4648;
}
.TagClassName
{
border-color: #1D4648;
}
</style>