Shades of Tiber #19474B
Tints of Tiber #19474B
RGB
CMYK
RGB Variations
Color information
#19474B (or 0x19474B) is known color: Tiber. HEX triplet: 19, 47 and 4B. RGB value is (25,71,75). Sum of RGB (Red+Green+Blue) = 25+71+75=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #19474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19474B is #E6B8B4. Grayscale: #393939. Windows color (decimal): -15120565 or 4933401. OLE color: 4933401.
HSL color Cylindrical-coordinate representation of color #19474B: hue angle of 184.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19474B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 71 | 75 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.71 |
| HSL | 184.8º | 0.5% | 0.2% | - |
| HSV(B) | 184.8º | 0.67% | 0.29% | - |
| XYZ | 3.92 | 5.22 | 7.46 | - |
| YUV | 57.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 75 | 0.67 | 0.05 | 0 | 0.71 | 184.8 | 0.5 | 0.2 |
| Hex | 19 | 47 | 4B | 43 | 5 | 0 | 47 | B9 | 32 | 14 |
| Octal | 31 | 107 | 113 | 103 | 5 | 0 | 107 | 271 | 62 | 24 |
| Binary | 11001 | 1000111 | 1001011 | 1000011 | 101 | 0 | 1000111 | 10111001 | 110010 | 10100 |
Color Harmonies of #19474B
Complementary color
Monochromatic Colors of #19474B
Black with #19474B
Text Example
Text Example
White with #19474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19474B; }
p { color: rgb(25,71,75); }
H1.HeaderClassName
{
color: #19474B;
}
.AnyTagClassName
{
color: #19474B;
}
</style>
background-color css
<style>
a { background-color: #19474B; }
a { background-color: rgb(25,71,75); }
div.DivClassName
{
background-color: #19474B;
}
.BgClassName
{
background-color: #19474B;
}
</style>
border-color css
<style>
span { border-color: #19474B; }
span { border-color: rgb(25,71,75); }
td.TdClassName
{
border-color: #19474B;
}
.TagClassName
{
border-color: #19474B;
}
</style>