Shades of Tiber #1C4D51
Tints of Tiber #1C4D51
RGB
CMYK
RGB Variations
Color information
#1C4D51 (or 0x1C4D51) is known color: Tiber. HEX triplet: 1C, 4D and 51. RGB value is (28,77,81). Sum of RGB (Red+Green+Blue) = 28+77+81=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C4D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4D51 is #E3B2AE. Grayscale: #3E3E3E. Windows color (decimal): -14922415 or 5328156. OLE color: 5328156.
HSL color Cylindrical-coordinate representation of color #1C4D51: hue angle of 184.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4D51 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 77 | 81 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.68 |
| HSL | 184.53º | 0.49% | 0.21% | - |
| HSV(B) | 184.53º | 0.65% | 0.32% | - |
| XYZ | 4.62 | 6.15 | 8.73 | - |
| YUV | 62.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 81 | 0.65 | 0.05 | 0 | 0.68 | 184.53 | 0.49 | 0.21 |
| Hex | 1C | 4D | 51 | 41 | 5 | 0 | 44 | B9 | 31 | 15 |
| Octal | 34 | 115 | 121 | 101 | 5 | 0 | 104 | 271 | 61 | 25 |
| Binary | 11100 | 1001101 | 1010001 | 1000001 | 101 | 0 | 1000100 | 10111001 | 110001 | 10101 |
Color Harmonies of #1C4D51
Complementary color
Monochromatic Colors of #1C4D51
Black with #1C4D51
Text Example
Text Example
White with #1C4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D51; }
p { color: rgb(28,77,81); }
H1.HeaderClassName
{
color: #1C4D51;
}
.AnyTagClassName
{
color: #1C4D51;
}
</style>
background-color css
<style>
a { background-color: #1C4D51; }
a { background-color: rgb(28,77,81); }
div.DivClassName
{
background-color: #1C4D51;
}
.BgClassName
{
background-color: #1C4D51;
}
</style>
border-color css
<style>
span { border-color: #1C4D51; }
span { border-color: rgb(28,77,81); }
td.TdClassName
{
border-color: #1C4D51;
}
.TagClassName
{
border-color: #1C4D51;
}
</style>