Shades of Tiber #1F4643
Tints of Tiber #1F4643
RGB
CMYK
RGB Variations
Color information
#1F4643 (or 0x1F4643) is known color: Tiber. HEX triplet: 1F, 46 and 43. RGB value is (31,70,67). Sum of RGB (Red+Green+Blue) = 31+70+67=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4643 is #E0B9BC. Grayscale: #393939. Windows color (decimal): -14727613 or 4408863. OLE color: 4408863.
HSL color Cylindrical-coordinate representation of color #1F4643: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4643 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 70 | 67 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.73 |
| HSL | 175.38º | 0.39% | 0.2% | - |
| HSV(B) | 175.38º | 0.56% | 0.27% | - |
| XYZ | 3.77 | 5.08 | 6.09 | - |
| YUV | 58 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 67 | 0.56 | 0 | 0.04 | 0.73 | 175.38 | 0.39 | 0.2 |
| Hex | 1F | 46 | 43 | 38 | 0 | 4 | 49 | AF | 27 | 14 |
| Octal | 37 | 106 | 103 | 70 | 0 | 4 | 111 | 257 | 47 | 24 |
| Binary | 11111 | 1000110 | 1000011 | 111000 | 0 | 100 | 1001001 | 10101111 | 100111 | 10100 |
Color Harmonies of #1F4643
Complementary color
Monochromatic Colors of #1F4643
Black with #1F4643
Text Example
Text Example
White with #1F4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4643; }
p { color: rgb(31,70,67); }
H1.HeaderClassName
{
color: #1F4643;
}
.AnyTagClassName
{
color: #1F4643;
}
</style>
background-color css
<style>
a { background-color: #1F4643; }
a { background-color: rgb(31,70,67); }
div.DivClassName
{
background-color: #1F4643;
}
.BgClassName
{
background-color: #1F4643;
}
</style>
border-color css
<style>
span { border-color: #1F4643; }
span { border-color: rgb(31,70,67); }
td.TdClassName
{
border-color: #1F4643;
}
.TagClassName
{
border-color: #1F4643;
}
</style>