Shades of Tiber #1D4043
Tints of Tiber #1D4043
RGB
CMYK
RGB Variations
Color information
#1D4043 (or 0x1D4043) is known color: Tiber. HEX triplet: 1D, 40 and 43. RGB value is (29,64,67). Sum of RGB (Red+Green+Blue) = 29+64+67=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4043 is #E2BFBC. Grayscale: #353535. Windows color (decimal): -14860221 or 4407325. OLE color: 4407325.
HSL color Cylindrical-coordinate representation of color #1D4043: hue angle of 184.74º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4043 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 64 | 67 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.74 |
| HSL | 184.74º | 0.4% | 0.19% | - |
| HSV(B) | 184.74º | 0.57% | 0.26% | - |
| XYZ | 3.35 | 4.33 | 5.97 | - |
| YUV | 53.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 67 | 0.57 | 0.04 | 0 | 0.74 | 184.74 | 0.4 | 0.19 |
| Hex | 1D | 40 | 43 | 39 | 4 | 0 | 4A | B9 | 28 | 13 |
| Octal | 35 | 100 | 103 | 71 | 4 | 0 | 112 | 271 | 50 | 23 |
| Binary | 11101 | 1000000 | 1000011 | 111001 | 100 | 0 | 1001010 | 10111001 | 101000 | 10011 |
Color Harmonies of #1D4043
Complementary color
Monochromatic Colors of #1D4043
Black with #1D4043
Text Example
Text Example
White with #1D4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4043; }
p { color: rgb(29,64,67); }
H1.HeaderClassName
{
color: #1D4043;
}
.AnyTagClassName
{
color: #1D4043;
}
</style>
background-color css
<style>
a { background-color: #1D4043; }
a { background-color: rgb(29,64,67); }
div.DivClassName
{
background-color: #1D4043;
}
.BgClassName
{
background-color: #1D4043;
}
</style>
border-color css
<style>
span { border-color: #1D4043; }
span { border-color: rgb(29,64,67); }
td.TdClassName
{
border-color: #1D4043;
}
.TagClassName
{
border-color: #1D4043;
}
</style>