Shades of Tiber #1D413F
Tints of Tiber #1D413F
RGB
CMYK
RGB Variations
Color information
#1D413F (or 0x1D413F) is known color: Tiber. HEX triplet: 1D, 41 and 3F. RGB value is (29,65,63). Sum of RGB (Red+Green+Blue) = 29+65+63=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #1D413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D413F is #E2BEC0. Grayscale: #353535. Windows color (decimal): -14859969 or 4145437. OLE color: 4145437.
HSL color Cylindrical-coordinate representation of color #1D413F: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D413F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 63 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.75 |
| HSL | 176.67º | 0.38% | 0.18% | - |
| HSV(B) | 176.67º | 0.55% | 0.25% | - |
| XYZ | 3.29 | 4.4 | 5.38 | - |
| YUV | 54.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 63 | 0.55 | 0 | 0.03 | 0.75 | 176.67 | 0.38 | 0.18 |
| Hex | 1D | 41 | 3F | 37 | 0 | 3 | 4B | B1 | 26 | 12 |
| Octal | 35 | 101 | 77 | 67 | 0 | 3 | 113 | 261 | 46 | 22 |
| Binary | 11101 | 1000001 | 111111 | 110111 | 0 | 11 | 1001011 | 10110001 | 100110 | 10010 |
Color Harmonies of #1D413F
Complementary color
Monochromatic Colors of #1D413F
Black with #1D413F
Text Example
Text Example
White with #1D413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D413F; }
p { color: rgb(29,65,63); }
H1.HeaderClassName
{
color: #1D413F;
}
.AnyTagClassName
{
color: #1D413F;
}
</style>
background-color css
<style>
a { background-color: #1D413F; }
a { background-color: rgb(29,65,63); }
div.DivClassName
{
background-color: #1D413F;
}
.BgClassName
{
background-color: #1D413F;
}
</style>
border-color css
<style>
span { border-color: #1D413F; }
span { border-color: rgb(29,65,63); }
td.TdClassName
{
border-color: #1D413F;
}
.TagClassName
{
border-color: #1D413F;
}
</style>