Shades of Tiber #1A4441
Tints of Tiber #1A4441
RGB
CMYK
RGB Variations
Color information
#1A4441 (or 0x1A4441) is known color: Tiber. HEX triplet: 1A, 44 and 41. RGB value is (26,68,65). Sum of RGB (Red+Green+Blue) = 26+68+65=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4441 is #E5BBBE. Grayscale: #373737. Windows color (decimal): -15055807 or 4277274. OLE color: 4277274.
HSL color Cylindrical-coordinate representation of color #1A4441: hue angle of 175.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4441 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 68 | 65 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.73 |
| HSL | 175.71º | 0.45% | 0.18% | - |
| HSV(B) | 175.71º | 0.62% | 0.27% | - |
| XYZ | 3.45 | 4.74 | 5.73 | - |
| YUV | 55.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 65 | 0.62 | 0 | 0.04 | 0.73 | 175.71 | 0.45 | 0.18 |
| Hex | 1A | 44 | 41 | 3E | 0 | 4 | 49 | B0 | 2D | 12 |
| Octal | 32 | 104 | 101 | 76 | 0 | 4 | 111 | 260 | 55 | 22 |
| Binary | 11010 | 1000100 | 1000001 | 111110 | 0 | 100 | 1001001 | 10110000 | 101101 | 10010 |
Color Harmonies of #1A4441
Complementary color
Monochromatic Colors of #1A4441
Black with #1A4441
Text Example
Text Example
White with #1A4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4441; }
p { color: rgb(26,68,65); }
H1.HeaderClassName
{
color: #1A4441;
}
.AnyTagClassName
{
color: #1A4441;
}
</style>
background-color css
<style>
a { background-color: #1A4441; }
a { background-color: rgb(26,68,65); }
div.DivClassName
{
background-color: #1A4441;
}
.BgClassName
{
background-color: #1A4441;
}
</style>
border-color css
<style>
span { border-color: #1A4441; }
span { border-color: rgb(26,68,65); }
td.TdClassName
{
border-color: #1A4441;
}
.TagClassName
{
border-color: #1A4441;
}
</style>