Shades of Tiber #1D4240
Tints of Tiber #1D4240
RGB
CMYK
RGB Variations
Color information
#1D4240 (or 0x1D4240) is known color: Tiber. HEX triplet: 1D, 42 and 40. RGB value is (29,66,64). Sum of RGB (Red+Green+Blue) = 29+66+64=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4240 is #E2BDBF. Grayscale: #363636. Windows color (decimal): -14859712 or 4211229. OLE color: 4211229.
HSL color Cylindrical-coordinate representation of color #1D4240: hue angle of 176.76º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D4240 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 64 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.74 |
| HSL | 176.76º | 0.39% | 0.19% | - |
| HSV(B) | 176.76º | 0.56% | 0.26% | - |
| XYZ | 3.38 | 4.53 | 5.55 | - |
| YUV | 54.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 64 | 0.56 | 0 | 0.03 | 0.74 | 176.76 | 0.39 | 0.19 |
| Hex | 1D | 42 | 40 | 38 | 0 | 3 | 4A | B1 | 27 | 13 |
| Octal | 35 | 102 | 100 | 70 | 0 | 3 | 112 | 261 | 47 | 23 |
| Binary | 11101 | 1000010 | 1000000 | 111000 | 0 | 11 | 1001010 | 10110001 | 100111 | 10011 |
Color Harmonies of #1D4240
Complementary color
Monochromatic Colors of #1D4240
Black with #1D4240
Text Example
Text Example
White with #1D4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4240; }
p { color: rgb(29,66,64); }
H1.HeaderClassName
{
color: #1D4240;
}
.AnyTagClassName
{
color: #1D4240;
}
</style>
background-color css
<style>
a { background-color: #1D4240; }
a { background-color: rgb(29,66,64); }
div.DivClassName
{
background-color: #1D4240;
}
.BgClassName
{
background-color: #1D4240;
}
</style>
border-color css
<style>
span { border-color: #1D4240; }
span { border-color: rgb(29,66,64); }
td.TdClassName
{
border-color: #1D4240;
}
.TagClassName
{
border-color: #1D4240;
}
</style>