Shades of Tiber #1B4948
Tints of Tiber #1B4948
RGB
CMYK
RGB Variations
Color information
#1B4948 (or 0x1B4948) is known color: Tiber. HEX triplet: 1B, 49 and 48. RGB value is (27,73,72). Sum of RGB (Red+Green+Blue) = 27+73+72=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #1B4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4948 is #E4B6B7. Grayscale: #3B3B3B. Windows color (decimal): -14988984 or 4737307. OLE color: 4737307.
HSL color Cylindrical-coordinate representation of color #1B4948: hue angle of 178.7º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B4948 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 72 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.71 |
| HSL | 178.7º | 0.46% | 0.2% | - |
| HSV(B) | 178.7º | 0.63% | 0.29% | - |
| XYZ | 4 | 5.47 | 6.97 | - |
| YUV | 59.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 72 | 0.63 | 0 | 0.01 | 0.71 | 178.7 | 0.46 | 0.2 |
| Hex | 1B | 49 | 48 | 3F | 0 | 1 | 47 | B3 | 2E | 14 |
| Octal | 33 | 111 | 110 | 77 | 0 | 1 | 107 | 263 | 56 | 24 |
| Binary | 11011 | 1001001 | 1001000 | 111111 | 0 | 1 | 1000111 | 10110011 | 101110 | 10100 |
Color Harmonies of #1B4948
Complementary color
Monochromatic Colors of #1B4948
Black with #1B4948
Text Example
Text Example
White with #1B4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4948; }
p { color: rgb(27,73,72); }
H1.HeaderClassName
{
color: #1B4948;
}
.AnyTagClassName
{
color: #1B4948;
}
</style>
background-color css
<style>
a { background-color: #1B4948; }
a { background-color: rgb(27,73,72); }
div.DivClassName
{
background-color: #1B4948;
}
.BgClassName
{
background-color: #1B4948;
}
</style>
border-color css
<style>
span { border-color: #1B4948; }
span { border-color: rgb(27,73,72); }
td.TdClassName
{
border-color: #1B4948;
}
.TagClassName
{
border-color: #1B4948;
}
</style>