Shades of Tiber #1B4040
Tints of Tiber #1B4040
RGB
CMYK
RGB Variations
Color information
#1B4040 (or 0x1B4040) is known color: Tiber. HEX triplet: 1B, 40 and 40. RGB value is (27,64,64). Sum of RGB (Red+Green+Blue) = 27+64+64=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #1B4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4040 is #E4BFBF. Grayscale: #343434. Windows color (decimal): -14991296 or 4210715. OLE color: 4210715.
HSL color Cylindrical-coordinate representation of color #1B4040: hue angle of 180º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4040 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 64 | - |
| CMYK | 0.58 | 0 | 0 | 0.75 |
| HSL | 180º | 0.41% | 0.18% | - |
| HSV(B) | 180º | 0.58% | 0.25% | - |
| XYZ | 3.21 | 4.27 | 5.51 | - |
| YUV | 52.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 64 | 0.58 | 0 | 0 | 0.75 | 180 | 0.41 | 0.18 |
| Hex | 1B | 40 | 40 | 3A | 0 | 0 | 4B | B4 | 29 | 12 |
| Octal | 33 | 100 | 100 | 72 | 0 | 0 | 113 | 264 | 51 | 22 |
| Binary | 11011 | 1000000 | 1000000 | 111010 | 0 | 0 | 1001011 | 10110100 | 101001 | 10010 |
Color Harmonies of #1B4040
Complementary color
Monochromatic Colors of #1B4040
Black with #1B4040
Text Example
Text Example
White with #1B4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4040; }
p { color: rgb(27,64,64); }
H1.HeaderClassName
{
color: #1B4040;
}
.AnyTagClassName
{
color: #1B4040;
}
</style>
background-color css
<style>
a { background-color: #1B4040; }
a { background-color: rgb(27,64,64); }
div.DivClassName
{
background-color: #1B4040;
}
.BgClassName
{
background-color: #1B4040;
}
</style>
border-color css
<style>
span { border-color: #1B4040; }
span { border-color: rgb(27,64,64); }
td.TdClassName
{
border-color: #1B4040;
}
.TagClassName
{
border-color: #1B4040;
}
</style>