Shades of Tiber #1D3F41
Tints of Tiber #1D3F41
RGB
CMYK
RGB Variations
Color information
#1D3F41 (or 0x1D3F41) is known color: Tiber. HEX triplet: 1D, 3F and 41. RGB value is (29,63,65). Sum of RGB (Red+Green+Blue) = 29+63+65=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F41 is #E2C0BE. Grayscale: #353535. Windows color (decimal): -14860479 or 4275997. OLE color: 4275997.
HSL color Cylindrical-coordinate representation of color #1D3F41: hue angle of 183.33º 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 #1D3F41 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 65 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.75 |
| HSL | 183.33º | 0.38% | 0.18% | - |
| HSV(B) | 183.33º | 0.55% | 0.25% | - |
| XYZ | 3.24 | 4.2 | 5.64 | - |
| YUV | 53.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 65 | 0.55 | 0.03 | 0 | 0.75 | 183.33 | 0.38 | 0.18 |
| Hex | 1D | 3F | 41 | 37 | 3 | 0 | 4B | B7 | 26 | 12 |
| Octal | 35 | 77 | 101 | 67 | 3 | 0 | 113 | 267 | 46 | 22 |
| Binary | 11101 | 111111 | 1000001 | 110111 | 11 | 0 | 1001011 | 10110111 | 100110 | 10010 |
Color Harmonies of #1D3F41
Complementary color
Monochromatic Colors of #1D3F41
Black with #1D3F41
Text Example
Text Example
White with #1D3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F41; }
p { color: rgb(29,63,65); }
H1.HeaderClassName
{
color: #1D3F41;
}
.AnyTagClassName
{
color: #1D3F41;
}
</style>
background-color css
<style>
a { background-color: #1D3F41; }
a { background-color: rgb(29,63,65); }
div.DivClassName
{
background-color: #1D3F41;
}
.BgClassName
{
background-color: #1D3F41;
}
</style>
border-color css
<style>
span { border-color: #1D3F41; }
span { border-color: rgb(29,63,65); }
td.TdClassName
{
border-color: #1D3F41;
}
.TagClassName
{
border-color: #1D3F41;
}
</style>