Shades of Tiber #1D3D3B
Tints of Tiber #1D3D3B
RGB
CMYK
RGB Variations
Color information
#1D3D3B (or 0x1D3D3B) is known color: Tiber. HEX triplet: 1D, 3D and 3B. RGB value is (29,61,59). Sum of RGB (Red+Green+Blue) = 29+61+59=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D3B is #E2C2C4. Grayscale: #333333. Windows color (decimal): -14860997 or 3882269. OLE color: 3882269.
HSL color Cylindrical-coordinate representation of color #1D3D3B: hue angle of 176.25º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D3B is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 59 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.76 |
| HSL | 176.25º | 0.36% | 0.18% | - |
| HSV(B) | 176.25º | 0.52% | 0.24% | - |
| XYZ | 2.96 | 3.91 | 4.74 | - |
| YUV | 51.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 59 | 0.52 | 0 | 0.03 | 0.76 | 176.25 | 0.36 | 0.18 |
| Hex | 1D | 3D | 3B | 34 | 0 | 3 | 4C | B0 | 24 | 12 |
| Octal | 35 | 75 | 73 | 64 | 0 | 3 | 114 | 260 | 44 | 22 |
| Binary | 11101 | 111101 | 111011 | 110100 | 0 | 11 | 1001100 | 10110000 | 100100 | 10010 |
Color Harmonies of #1D3D3B
Complementary color
Monochromatic Colors of #1D3D3B
Black with #1D3D3B
Text Example
Text Example
White with #1D3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D3B; }
p { color: rgb(29,61,59); }
H1.HeaderClassName
{
color: #1D3D3B;
}
.AnyTagClassName
{
color: #1D3D3B;
}
</style>
background-color css
<style>
a { background-color: #1D3D3B; }
a { background-color: rgb(29,61,59); }
div.DivClassName
{
background-color: #1D3D3B;
}
.BgClassName
{
background-color: #1D3D3B;
}
</style>
border-color css
<style>
span { border-color: #1D3D3B; }
span { border-color: rgb(29,61,59); }
td.TdClassName
{
border-color: #1D3D3B;
}
.TagClassName
{
border-color: #1D3D3B;
}
</style>