Shades of Tiber #1B5050
Tints of Tiber #1B5050
RGB
CMYK
RGB Variations
Color information
#1B5050 (or 0x1B5050) is known color: Tiber. HEX triplet: 1B, 50 and 50. RGB value is (27,80,80). Sum of RGB (Red+Green+Blue) = 27+80+80=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #1B5050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5050 is #E4AFAF. Grayscale: #404040. Windows color (decimal): -14987184 or 5263387. OLE color: 5263387.
HSL color Cylindrical-coordinate representation of color #1B5050: hue angle of 180º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5050 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 80 | - |
| CMYK | 0.66 | 0 | 0 | 0.69 |
| HSL | 180º | 0.5% | 0.21% | - |
| HSV(B) | 180º | 0.66% | 0.31% | - |
| XYZ | 4.77 | 6.55 | 8.6 | - |
| YUV | 64.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 80 | 0.66 | 0 | 0 | 0.69 | 180 | 0.5 | 0.21 |
| Hex | 1B | 50 | 50 | 42 | 0 | 0 | 45 | B4 | 32 | 15 |
| Octal | 33 | 120 | 120 | 102 | 0 | 0 | 105 | 264 | 62 | 25 |
| Binary | 11011 | 1010000 | 1010000 | 1000010 | 0 | 0 | 1000101 | 10110100 | 110010 | 10101 |
Color Harmonies of #1B5050
Complementary color
Monochromatic Colors of #1B5050
Black with #1B5050
Text Example
Text Example
White with #1B5050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5050; }
p { color: rgb(27,80,80); }
H1.HeaderClassName
{
color: #1B5050;
}
.AnyTagClassName
{
color: #1B5050;
}
</style>
background-color css
<style>
a { background-color: #1B5050; }
a { background-color: rgb(27,80,80); }
div.DivClassName
{
background-color: #1B5050;
}
.BgClassName
{
background-color: #1B5050;
}
</style>
border-color css
<style>
span { border-color: #1B5050; }
span { border-color: rgb(27,80,80); }
td.TdClassName
{
border-color: #1B5050;
}
.TagClassName
{
border-color: #1B5050;
}
</style>