Shades of Tiber #1D4248
Tints of Tiber #1D4248
RGB
CMYK
RGB Variations
Color information
#1D4248 (or 0x1D4248) is known color: Tiber. HEX triplet: 1D, 42 and 48. RGB value is (29,66,72). Sum of RGB (Red+Green+Blue) = 29+66+72=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D4248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4248 is #E2BDB7. Grayscale: #373737. Windows color (decimal): -14859704 or 4735517. OLE color: 4735517.
HSL color Cylindrical-coordinate representation of color #1D4248: hue angle of 188.37º 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 #1D4248 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 66 | 72 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.72 |
| HSL | 188.37º | 0.43% | 0.2% | - |
| HSV(B) | 188.37º | 0.6% | 0.28% | - |
| XYZ | 3.62 | 4.63 | 6.83 | - |
| YUV | 55.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 72 | 0.60 | 0.08 | 0 | 0.72 | 188.37 | 0.43 | 0.2 |
| Hex | 1D | 42 | 48 | 3C | 8 | 0 | 48 | BC | 2B | 14 |
| Octal | 35 | 102 | 110 | 74 | 10 | 0 | 110 | 274 | 53 | 24 |
| Binary | 11101 | 1000010 | 1001000 | 111100 | 1000 | 0 | 1001000 | 10111100 | 101011 | 10100 |
Color Harmonies of #1D4248
Complementary color
Monochromatic Colors of #1D4248
Black with #1D4248
Text Example
Text Example
White with #1D4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4248; }
p { color: rgb(29,66,72); }
H1.HeaderClassName
{
color: #1D4248;
}
.AnyTagClassName
{
color: #1D4248;
}
</style>
background-color css
<style>
a { background-color: #1D4248; }
a { background-color: rgb(29,66,72); }
div.DivClassName
{
background-color: #1D4248;
}
.BgClassName
{
background-color: #1D4248;
}
</style>
border-color css
<style>
span { border-color: #1D4248; }
span { border-color: rgb(29,66,72); }
td.TdClassName
{
border-color: #1D4248;
}
.TagClassName
{
border-color: #1D4248;
}
</style>