Shades of Tiber #1D504B
Tints of Tiber #1D504B
RGB
CMYK
RGB Variations
Color information
#1D504B (or 0x1D504B) is known color: Tiber. HEX triplet: 1D, 50 and 4B. RGB value is (29,80,75). Sum of RGB (Red+Green+Blue) = 29+80+75=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #1D504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D504B is #E2AFB4. Grayscale: #404040. Windows color (decimal): -14856117 or 4935709. OLE color: 4935709.
HSL color Cylindrical-coordinate representation of color #1D504B: hue angle of 174.12º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D504B is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 75 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.69 |
| HSL | 174.12º | 0.47% | 0.21% | - |
| HSV(B) | 174.12º | 0.64% | 0.31% | - |
| XYZ | 4.65 | 6.51 | 7.67 | - |
| YUV | 64.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 75 | 0.64 | 0 | 0.06 | 0.69 | 174.12 | 0.47 | 0.21 |
| Hex | 1D | 50 | 4B | 40 | 0 | 6 | 45 | AE | 2F | 15 |
| Octal | 35 | 120 | 113 | 100 | 0 | 6 | 105 | 256 | 57 | 25 |
| Binary | 11101 | 1010000 | 1001011 | 1000000 | 0 | 110 | 1000101 | 10101110 | 101111 | 10101 |
Color Harmonies of #1D504B
Complementary color
Monochromatic Colors of #1D504B
Black with #1D504B
Text Example
Text Example
White with #1D504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D504B; }
p { color: rgb(29,80,75); }
H1.HeaderClassName
{
color: #1D504B;
}
.AnyTagClassName
{
color: #1D504B;
}
</style>
background-color css
<style>
a { background-color: #1D504B; }
a { background-color: rgb(29,80,75); }
div.DivClassName
{
background-color: #1D504B;
}
.BgClassName
{
background-color: #1D504B;
}
</style>
border-color css
<style>
span { border-color: #1D504B; }
span { border-color: rgb(29,80,75); }
td.TdClassName
{
border-color: #1D504B;
}
.TagClassName
{
border-color: #1D504B;
}
</style>