Shades of Tiber #184C48
Tints of Tiber #184C48
RGB
CMYK
RGB Variations
Color information
#184C48 (or 0x184C48) is known color: Tiber. HEX triplet: 18, 4C and 48. RGB value is (24,76,72). Sum of RGB (Red+Green+Blue) = 24+76+72=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #184C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C48 is #E7B3B7. Grayscale: #3B3B3B. Windows color (decimal): -15184824 or 4738072. OLE color: 4738072.
HSL color Cylindrical-coordinate representation of color #184C48: hue angle of 175.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184C48 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 76 | 72 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.70 |
| HSL | 175.38º | 0.52% | 0.2% | - |
| HSV(B) | 175.38º | 0.68% | 0.3% | - |
| XYZ | 4.13 | 5.83 | 7.04 | - |
| YUV | 60 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 72 | 0.68 | 0 | 0.05 | 0.70 | 175.38 | 0.52 | 0.2 |
| Hex | 18 | 4C | 48 | 44 | 0 | 5 | 46 | AF | 34 | 14 |
| Octal | 30 | 114 | 110 | 104 | 0 | 5 | 106 | 257 | 64 | 24 |
| Binary | 11000 | 1001100 | 1001000 | 1000100 | 0 | 101 | 1000110 | 10101111 | 110100 | 10100 |
Color Harmonies of #184C48
Complementary color
Monochromatic Colors of #184C48
Black with #184C48
Text Example
Text Example
White with #184C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C48; }
p { color: rgb(24,76,72); }
H1.HeaderClassName
{
color: #184C48;
}
.AnyTagClassName
{
color: #184C48;
}
</style>
background-color css
<style>
a { background-color: #184C48; }
a { background-color: rgb(24,76,72); }
div.DivClassName
{
background-color: #184C48;
}
.BgClassName
{
background-color: #184C48;
}
</style>
border-color css
<style>
span { border-color: #184C48; }
span { border-color: rgb(24,76,72); }
td.TdClassName
{
border-color: #184C48;
}
.TagClassName
{
border-color: #184C48;
}
</style>