Shades of Tiber #18484D
Tints of Tiber #18484D
RGB
CMYK
RGB Variations
Color information
#18484D (or 0x18484D) is known color: Tiber. HEX triplet: 18, 48 and 4D. RGB value is (24,72,77). Sum of RGB (Red+Green+Blue) = 24+72+77=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #18484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18484D is #E7B7B2. Grayscale: #3A3A3A. Windows color (decimal): -15185843 or 5064728. OLE color: 5064728.
HSL color Cylindrical-coordinate representation of color #18484D: hue angle of 185.66º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18484D is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 72 | 77 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.70 |
| HSL | 185.66º | 0.52% | 0.2% | - |
| HSV(B) | 185.66º | 0.69% | 0.3% | - |
| XYZ | 4.03 | 5.36 | 7.84 | - |
| YUV | 58.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 77 | 0.69 | 0.06 | 0 | 0.70 | 185.66 | 0.52 | 0.2 |
| Hex | 18 | 48 | 4D | 45 | 6 | 0 | 46 | BA | 34 | 14 |
| Octal | 30 | 110 | 115 | 105 | 6 | 0 | 106 | 272 | 64 | 24 |
| Binary | 11000 | 1001000 | 1001101 | 1000101 | 110 | 0 | 1000110 | 10111010 | 110100 | 10100 |
Color Harmonies of #18484D
Complementary color
Monochromatic Colors of #18484D
Black with #18484D
Text Example
Text Example
White with #18484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18484D; }
p { color: rgb(24,72,77); }
H1.HeaderClassName
{
color: #18484D;
}
.AnyTagClassName
{
color: #18484D;
}
</style>
background-color css
<style>
a { background-color: #18484D; }
a { background-color: rgb(24,72,77); }
div.DivClassName
{
background-color: #18484D;
}
.BgClassName
{
background-color: #18484D;
}
</style>
border-color css
<style>
span { border-color: #18484D; }
span { border-color: rgb(24,72,77); }
td.TdClassName
{
border-color: #18484D;
}
.TagClassName
{
border-color: #18484D;
}
</style>