Shades of Tiber #1B4348
Tints of Tiber #1B4348
RGB
CMYK
RGB Variations
Color information
#1B4348 (or 0x1B4348) is known color: Tiber. HEX triplet: 1B, 43 and 48. RGB value is (27,67,72). Sum of RGB (Red+Green+Blue) = 27+67+72=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B4348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4348 is #E4BCB7. Grayscale: #373737. Windows color (decimal): -14990520 or 4735771. OLE color: 4735771.
HSL color Cylindrical-coordinate representation of color #1B4348: hue angle of 186.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B4348 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 67 | 72 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.72 |
| HSL | 186.67º | 0.45% | 0.19% | - |
| HSV(B) | 186.67º | 0.63% | 0.28% | - |
| XYZ | 3.63 | 4.72 | 6.85 | - |
| YUV | 55.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 72 | 0.62 | 0.07 | 0 | 0.72 | 186.67 | 0.45 | 0.19 |
| Hex | 1B | 43 | 48 | 3E | 7 | 0 | 48 | BB | 2D | 13 |
| Octal | 33 | 103 | 110 | 76 | 7 | 0 | 110 | 273 | 55 | 23 |
| Binary | 11011 | 1000011 | 1001000 | 111110 | 111 | 0 | 1001000 | 10111011 | 101101 | 10011 |
Color Harmonies of #1B4348
Complementary color
Monochromatic Colors of #1B4348
Black with #1B4348
Text Example
Text Example
White with #1B4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4348; }
p { color: rgb(27,67,72); }
H1.HeaderClassName
{
color: #1B4348;
}
.AnyTagClassName
{
color: #1B4348;
}
</style>
background-color css
<style>
a { background-color: #1B4348; }
a { background-color: rgb(27,67,72); }
div.DivClassName
{
background-color: #1B4348;
}
.BgClassName
{
background-color: #1B4348;
}
</style>
border-color css
<style>
span { border-color: #1B4348; }
span { border-color: rgb(27,67,72); }
td.TdClassName
{
border-color: #1B4348;
}
.TagClassName
{
border-color: #1B4348;
}
</style>