Shades of Tiber #18474B
Tints of Tiber #18474B
RGB
CMYK
RGB Variations
Color information
#18474B (or 0x18474B) is known color: Tiber. HEX triplet: 18, 47 and 4B. RGB value is (24,71,75). Sum of RGB (Red+Green+Blue) = 24+71+75=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #18474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18474B is #E7B8B4. Grayscale: #393939. Windows color (decimal): -15186101 or 4933400. OLE color: 4933400.
HSL color Cylindrical-coordinate representation of color #18474B: hue angle of 184.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18474B is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 71 | 75 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.71 |
| HSL | 184.71º | 0.52% | 0.19% | - |
| HSV(B) | 184.71º | 0.68% | 0.29% | - |
| XYZ | 3.9 | 5.21 | 7.46 | - |
| YUV | 57.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 75 | 0.68 | 0.05 | 0 | 0.71 | 184.71 | 0.52 | 0.19 |
| Hex | 18 | 47 | 4B | 44 | 5 | 0 | 47 | B9 | 34 | 13 |
| Octal | 30 | 107 | 113 | 104 | 5 | 0 | 107 | 271 | 64 | 23 |
| Binary | 11000 | 1000111 | 1001011 | 1000100 | 101 | 0 | 1000111 | 10111001 | 110100 | 10011 |
Color Harmonies of #18474B
Complementary color
Monochromatic Colors of #18474B
Black with #18474B
Text Example
Text Example
White with #18474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18474B; }
p { color: rgb(24,71,75); }
H1.HeaderClassName
{
color: #18474B;
}
.AnyTagClassName
{
color: #18474B;
}
</style>
background-color css
<style>
a { background-color: #18474B; }
a { background-color: rgb(24,71,75); }
div.DivClassName
{
background-color: #18474B;
}
.BgClassName
{
background-color: #18474B;
}
</style>
border-color css
<style>
span { border-color: #18474B; }
span { border-color: rgb(24,71,75); }
td.TdClassName
{
border-color: #18474B;
}
.TagClassName
{
border-color: #18474B;
}
</style>