Shades of Tiber #1D4042
Tints of Tiber #1D4042
RGB
CMYK
RGB Variations
Color information
#1D4042 (or 0x1D4042) is known color: Tiber. HEX triplet: 1D, 40 and 42. RGB value is (29,64,66). Sum of RGB (Red+Green+Blue) = 29+64+66=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #1D4042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4042 is #E2BFBD. Grayscale: #353535. Windows color (decimal): -14860222 or 4341789. OLE color: 4341789.
HSL color Cylindrical-coordinate representation of color #1D4042: hue angle of 183.24º 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 #1D4042 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 64 | 66 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.74 |
| HSL | 183.24º | 0.39% | 0.19% | - |
| HSV(B) | 183.24º | 0.56% | 0.26% | - |
| XYZ | 3.32 | 4.32 | 5.81 | - |
| YUV | 53.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 66 | 0.56 | 0.03 | 0 | 0.74 | 183.24 | 0.39 | 0.19 |
| Hex | 1D | 40 | 42 | 38 | 3 | 0 | 4A | B7 | 27 | 13 |
| Octal | 35 | 100 | 102 | 70 | 3 | 0 | 112 | 267 | 47 | 23 |
| Binary | 11101 | 1000000 | 1000010 | 111000 | 11 | 0 | 1001010 | 10110111 | 100111 | 10011 |
Color Harmonies of #1D4042
Complementary color
Monochromatic Colors of #1D4042
Black with #1D4042
Text Example
Text Example
White with #1D4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4042; }
p { color: rgb(29,64,66); }
H1.HeaderClassName
{
color: #1D4042;
}
.AnyTagClassName
{
color: #1D4042;
}
</style>
background-color css
<style>
a { background-color: #1D4042; }
a { background-color: rgb(29,64,66); }
div.DivClassName
{
background-color: #1D4042;
}
.BgClassName
{
background-color: #1D4042;
}
</style>
border-color css
<style>
span { border-color: #1D4042; }
span { border-color: rgb(29,64,66); }
td.TdClassName
{
border-color: #1D4042;
}
.TagClassName
{
border-color: #1D4042;
}
</style>